There was an error while loading. Please reload this page.
1 parent 7c02b9f commit 81b4c20Copy full SHA for 81b4c20
1 file changed
setup.cfg
@@ -70,7 +70,7 @@ doc =
70
sphinxcontrib-mermaid
71
docutils>=0.18.1,<0.21 # https://github.com/orgs/sphinx-doc/discussions/13020
72
tests =
73
- coverage<7.10 # due to coverage API changing in 7.10 and numba not being compatible (https://github.com/numba/numba/issues/10239)
+ coverage>=7.7 # due to coverage API changing in 7.6->7.7 and numba not being compatible (https://github.com/numba/numba/issues/10239)
74
coveralls
75
flake8-black
76
flake8-docstrings
0 commit comments