diff --git a/setup.py b/setup.py index 16a31ff..d85ce6c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require={ 'test': [ 'pylint==2.8.*', - 'pytest==6.2.*', + 'pytest>=6.2,<7.5', 'pytest-cov==2.12.*', ] },