Skip to content

Commit 964229e

Browse files
committed
Add a comment for virtualenv
1 parent e85a548 commit 964229e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pytest-rerunfailures
88
pytest-xdist
99
scripttest
1010
setuptools
11+
# macOS (darwin) arm64 always uses virtualenv >= 20.0
12+
# for other platforms, it depends on python version
1113
virtualenv < 20.0 ; python_version < '3.10' and (sys_platform != 'darwin' or platform_machine != 'arm64')
1214
virtualenv >= 20.0 ; python_version >= '3.10' or (sys_platform == 'darwin' and platform_machine == 'arm64')
1315
werkzeug

0 commit comments

Comments
 (0)