We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0402a46 commit e0780fbCopy full SHA for e0780fb
noxfile.py
@@ -21,7 +21,7 @@ def _session(fn):
21
22
@session(python=["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"])
23
def tests(session):
24
- session.install("-r", str(ROOT / "test-requirements.txt"))
+ session.install("pytest", str(ROOT))
25
session.run("pytest", "--verbosity=3")
26
27
0 commit comments