We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dabef9 commit 9018e04Copy full SHA for 9018e04
python/noxfile.py
@@ -40,7 +40,7 @@ def test(session):
40
# can't use pip install
41
# see: https://github.com/PyO3/maturin/issues/330
42
session.run(f'{CUR_DIR / "setup.py"}', "develop")
43
- session.install("pytest==6.0.2", "coverage==5.3")
+ session.install("pytest==8.3.4", "coverage==5.3")
44
session.run("coverage", "run", "-m", "pytest", "-v", "-k", "unit", *args)
45
session.run("coverage", "report")
46
0 commit comments