File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 63
63
h5py = ("https://docs.h5py.org/en/stable/" , None ),
64
64
numba = ("https://numba.readthedocs.io/en/stable/" , None ),
65
65
numpy = ("https://numpy.org/doc/stable/" , None ),
66
+ pytest = ("https://docs.pytest.org/en/stable/" , None ),
66
67
python = ("https://docs.python.org/3" , None ),
67
68
scipy = ("https://docs.scipy.org/doc/scipy/" , None ),
68
69
zarr = ("https://zarr.readthedocs.io/en/stable/" , None ),
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies = [ "numpy>=1.25.2" ]
28
28
optional-dependencies.accel = [ " numba" ]
29
29
optional-dependencies.doc = [
30
30
" furo" ,
31
- " pytest" ,
31
+ " pytest <8.4 " , # https://github.com/sphinx-toolbox/sphinx-autofixture/issues/84
32
32
" scanpydoc>=0.15.2" ,
33
33
" sphinx>=8" ,
34
34
" sphinx-autodoc-typehints" ,
You can’t perform that action at this time.
0 commit comments