diff --git a/noxfile.py b/noxfile.py index 7f8f73f..34abad4 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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)