From 9853de924c9e7cf4cdfd588f8fe101d0e0319803 Mon Sep 17 00:00:00 2001 From: ubd725 Date: Wed, 10 Apr 2024 16:43:06 -0500 Subject: [PATCH] Add memray max version --- .pre-commit-config.yaml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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