diff --git a/pyproject.toml b/pyproject.toml index 94cdceef..c3af7711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ aqt = "aqt.__main__:main" test = [ "pytest>=6.0", "pytest-pep8", - "pytest-remotedata", + "pytest-remotedata<0.4.0", "pytest-cov", "pytest-socket", "pytest-leaks", @@ -217,7 +217,7 @@ commands = deps = pytest pytest-leaks - pytest-remotedata + pytest-remotedata<0.4.0 pytest-socket pytest-cov