diff --git a/binder/environment.yml b/binder/environment.yml index 82f38ba82e9..d761b4d3bf4 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -58,7 +58,7 @@ dependencies: - matplotlib - pandas - pillow -- pytest <7.0 +- pytest <8.0 - pytest-cov - pytest-lazy-fixture - pytest-mock diff --git a/requirements/tests.yml b/requirements/tests.yml index d4587b56ad1..2edb861eb4c 100644 --- a/requirements/tests.yml +++ b/requirements/tests.yml @@ -11,7 +11,7 @@ dependencies: - matplotlib - pandas - pillow - - pytest <7.0 + - pytest <8.0 - pytest-cov - pytest-lazy-fixture - pytest-mock diff --git a/setup.py b/setup.py index bcf423a9efd..e5f40df5f92 100644 --- a/setup.py +++ b/setup.py @@ -267,7 +267,7 @@ def run(self): 'matplotlib', 'pandas', 'pillow', - 'pytest<7.0', + 'pytest<8.0', 'pytest-cov', 'pytest-lazy-fixture', 'pytest-mock',