Skip to content

Commit c53402b

Browse files
committed
Revert
1 parent 0fb2a93 commit c53402b

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 not in ('win32', 'freebsd') and platform_python_implementation != 'PyPy'
6-
pytest-memray==1.7.0 ; sys_platform not in ('win32', 'freebsd') and platform_python_implementation != 'PyPy'
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)