File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99README = os .path .join (SETUP_DIR , "README.rst" )
1010
1111needs_pytest = {"pytest" , "test" , "ptr" }.intersection (sys .argv )
12- pytest_runner : list [str ] = ["pytest < 9 " , "pytest-runner" ] if needs_pytest else []
12+ pytest_runner : list [str ] = ["pytest < 10 " , "pytest-runner" ] if needs_pytest else []
1313
1414USE_MYPYC = False
1515# To compile with mypyc, a mypyc checkout must be present on the PYTHONPATH
9595 "docs" : [
9696 "sphinx >= 2.2" ,
9797 "sphinx-rtd-theme >= 1" ,
98- "pytest < 9 " ,
98+ "pytest < 10 " ,
9999 "sphinx-autoapi" ,
100100 "sphinx-autodoc-typehints" ,
101101 "sphinxcontrib-autoprogram" ,
Original file line number Diff line number Diff line change 1- pytest >= 6.2, < 8.5
1+ pytest >= 6.2, < 9.1
22pytest-cov
33pytest-xdist
44setuptools
You can’t perform that action at this time.
0 commit comments