We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85a548 commit 964229eCopy full SHA for 964229e
tests/requirements.txt
@@ -8,6 +8,8 @@ pytest-rerunfailures
8
pytest-xdist
9
scripttest
10
setuptools
11
+# macOS (darwin) arm64 always uses virtualenv >= 20.0
12
+# for other platforms, it depends on python version
13
virtualenv < 20.0 ; python_version < '3.10' and (sys_platform != 'darwin' or platform_machine != 'arm64')
14
virtualenv >= 20.0 ; python_version >= '3.10' or (sys_platform == 'darwin' and platform_machine == 'arm64')
15
werkzeug
0 commit comments