Skip to content

Commit f892115

Browse files
authored
Limit CI to pytest<8
lazy fixtures doesn't support pytest 8
1 parent 1ae290c commit f892115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- xarray
2323
- zarr
2424
- coverage
25-
- pytest
25+
- pytest <8.0.0
2626
- pytest-cov
2727
- pytest-lazy-fixture
2828
- importlib-metadata

0 commit comments

Comments
 (0)