Skip to content

Commit

Permalink
tests.fiona-wheel: Only execute on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Nov 2, 2023
1 parent d3bd930 commit 0302506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ in
textual-dev = callTest ./textual-dev { };
textual-textarea = callTest ./textual-textarea { };
fiona-source = callTest ./fiona-source { };
fiona-wheel = callTest ./fiona-wheel { };
shapely-wheel = callTest ./shapely-wheel { };
cffi-pandas-wheel = callTest ./cffi-pandas-wheel { };
mkdocstrings-wheel = callTest ./mkdocstrings-wheel { };
Expand Down Expand Up @@ -155,6 +154,7 @@ in
pyqt6 = callTest ./pyqt6 { };
pyside6 = callTest ./pyside6 { };
pyarrow-wheel = callTest ./pyarrow-wheel { };
fiona-wheel = callTest ./fiona-wheel { };

# Test deadlocks on darwin, sandboxing issue?
dependency-environment = callTest ./dependency-environment { };
Expand Down

0 comments on commit 0302506

Please sign in to comment.