diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f25850c..7baeb59e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,7 +100,7 @@ repos: pytest-xdist>=2.1.0, pytest-forked>=1.3.0, toolz>=0.10.0, - memray>=1.7.0, + 'memray>=1.7.0,<1.12.0', ] # Check-manifest: ensures required non-Python files are included in MANIFEST.in # https://github.com/mgedmin/check-manifest/blob/master/.pre-commit-hooks.yaml diff --git a/requirements-test.txt b/requirements-test.txt index 40f26a11..6c981cf9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,4 +6,4 @@ pytest-cov>=2.8.1 pytest-xdist>=2.1.0 pytest-forked>=1.3.0 toolz>=0.10.0 -memray>=1.7.0 +memray>=1.7.0,<1.12.0