Skip to content

Commit 42014bc

Browse files
committed
Freeze pytest deps
See pytest-dev/pytest#11771
1 parent 49e16e0 commit 42014bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Homepage = 'https://mpmath.org/'
3030
'Bug Tracker' = 'https://github.com/mpmath/mpmath/issues'
3131
Documentation = 'http://mpmath.org/doc/current/'
3232
[project.optional-dependencies]
33-
tests = ['pytest>=6', 'numpy<=1.25.2; python_version<"3.12"']
33+
tests = ['pytest>=6,<7.4.4', 'numpy<=1.25.2; python_version<"3.12"']
3434
develop = ['mpmath[tests]', 'flake518>=1.5; python_version>="3.9"',
3535
'pytest-cov', 'wheel', 'build']
3636
gmpy = ['gmpy2>=2.1.0a4; platform_python_implementation!="PyPy" and python_version<"3.12"',

0 commit comments

Comments
 (0)