Skip to content

Commit d70b8af

Browse files
committed
trying to fix tests
1 parent 1e56d46 commit d70b8af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ isolated_build=true
55

66
[gh-actions]
77
python =
8-
; 3.8: py38
9-
3.9: py39
8+
3.8: py38
9+
; 3.9: py39
1010
; 3.10: py310
1111

1212
[gh-actions:env]
@@ -17,8 +17,8 @@ PLATFORM =
1717

1818
[testenv]
1919
platform =
20-
macos: darwin
21-
linux: linux
20+
; macos: darwin
21+
; linux: linux
2222
windows: win32
2323
passenv =
2424
CI
@@ -28,7 +28,6 @@ passenv =
2828
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
2929
PYVISTA_OFF_SCREEN
3030
deps =
31-
-rrequirements.txt
3231
pytest # https://docs.pytest.org/en/latest/contents.html
3332
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
3433
; # you can remove these if you don't use them

0 commit comments

Comments
 (0)