Skip to content

Commit 08f34fd

Browse files
Update tox.ini pytest version
1 parent b51c7cc commit 08f34fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ python =
2121
# Force to upgrade pip/wheel/setuptools to the latest version
2222
download = True
2323
deps =
24-
pytest>=7.4.4,<7.5
25-
pytest-cov>=4.1.0,<4.2
26-
pytest-mock>=3.12.0,<3.13
27-
scikit-learn>=1.3.2,<1.4
24+
pytest>=8.3.1,<8.4
25+
pytest-cov>=5.0.0,<5.1
26+
pytest-mock>=3.14.0,<3.15
27+
scikit-learn>=1.5.1,<1.6
2828
commands = pytest --cov={[base]package} \
2929
--cov-report term \
3030
--cov-report=xml \

0 commit comments

Comments
 (0)