Skip to content

Commit 4247f6a

Browse files
committed
Pin pytest-cov (<7)
See pytest-dev/pytest-cov#720
1 parent 57147a7 commit 4247f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Documentation = 'http://mpmath.org/doc/current/'
3434
[project.optional-dependencies]
3535
tests = ['pytest>=6', 'numpy', 'packaging', 'pytest-timeout',
3636
'matplotlib', 'pexpect', 'ipython', 'hypothesis']
37-
develop = ['mpmath[tests]', 'flake518>=1.5', 'pytest-cov', 'wheel', 'build']
37+
develop = ['mpmath[tests]', 'flake518>=1.5', 'pytest-cov<7', 'wheel', 'build']
3838
gmpy2 = ['gmpy2>=2.3.0a1']
3939
gmpy = ['mpmath[gmpy2]']
4040
gmp = ['python-gmp>=0.4']

0 commit comments

Comments
 (0)