Skip to content

Commit

Permalink
remove pytest_lazy_fixture dep
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Feb 6, 2024
1 parent 7341975 commit 897345b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies:
- sphinx-book-theme
- myst-nb
- numcodecs>=0.10.0
- pytest-lazy-fixture
- pip
- pip:
- -e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
with open("requirements.txt") as f:
requirements = f.read().strip().split("\n")

test_requirements = ["pytest", "pytest-lazy-fixture", "pooch", "netcdf4", "dask"]
test_requirements = ["pytest", "pooch", "netcdf4", "dask"]

extras_require = {
"viz": ["matplotlib", "cmcrameri"],
Expand Down

0 comments on commit 897345b

Please sign in to comment.