Skip to content

Commit d730167

Browse files
committed
fix: added missing test-win-arm64 extra
1 parent 23e4590 commit d730167

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

+9
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,15 @@ def get_tag(self):
10201020
"plotly>=5.3.0",
10211021
"Pillow>=9; platform_python_implementation != 'PyPy'",
10221022
],
1023+
# Dependencies needed for testing on Windows ARM64; only those that are either
1024+
# pure Python or have Windows ARM64 wheels as we don't want to compile wheels
1025+
# in CI
1026+
"test-win-arm64": [
1027+
"cairocffi>=1.2.0",
1028+
"networkx>=2.5",
1029+
"pytest>=7.0.1",
1030+
"pytest-timeout>=2.1.0",
1031+
],
10231032
# Dependencies needed for testing on musllinux; only those that are either
10241033
# pure Python or have musllinux wheels as we don't want to compile wheels
10251034
# in CI

0 commit comments

Comments
 (0)