Skip to content

Commit 6166a0d

Browse files
committed
Disable memray for PyPy
1 parent cb6cc3b commit 6166a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev_requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ black==24.3.0
22
flake8==4.0.1
33
isort==5.10.1
44
pytest>=7.2.0
5-
memray==1.17.1 ; sys_platform != 'win32'
6-
pytest-memray==1.7.0 ; sys_platform != 'win32'
5+
memray==1.17.1 ; sys_platform != 'win32' and platform_python_implementation != 'PyPy'
6+
pytest-memray==1.7.0 ; sys_platform != 'win32' and platform_python_implementation != 'PyPy'
77
setuptools
88
tox==3.24.4
99
vulture>=2.3.0

0 commit comments

Comments
 (0)