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 27, 2024
1 parent c3c8535 commit 1425781
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ 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("ls",f".nox/testsnb-{ver}/lib/python3.7/site-packages/adijif/converters")
session.run("pytest", *args)


Expand Down

0 comments on commit 1425781

Please sign in to comment.