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 414db93 commit 9f5c371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def testsnb(session):
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 9f5c371

Please sign in to comment.