Skip to content

Commit

Permalink
Remove use of poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 26, 2024
1 parent f8496f2 commit 414db93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ def testsnb(session):
"jinja2",
"pillow",
)
# Get session argument python
ver = str(session.python)
ver = ver.replace(".", "-")
session.run("ls",f".nox/testsnb-{ver}/lib/python3.7/site-packages/adijif")
session.run("pytest", *args)


Expand Down

0 comments on commit 414db93

Please sign in to comment.