Skip to content

Commit 9018e04

Browse files
committed
python: update pytest to 8.3.4
1 parent 4dabef9 commit 9018e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test(session):
4040
# can't use pip install
4141
# see: https://github.com/PyO3/maturin/issues/330
4242
session.run(f'{CUR_DIR / "setup.py"}', "develop")
43-
session.install("pytest==6.0.2", "coverage==5.3")
43+
session.install("pytest==8.3.4", "coverage==5.3")
4444
session.run("coverage", "run", "-m", "pytest", "-v", "-k", "unit", *args)
4545
session.run("coverage", "report")
4646

0 commit comments

Comments
 (0)