Skip to content

Commit 323dcac

Browse files
committed
fixed test
1 parent 4034b4a commit 323dcac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NUMEXPR_MAX_THREADS: "1"
2424
MPLBACKEND: "agg"
2525
DISPLAY: ":42"
26-
PYTEST_ADDOPTS: "-n auto --dist=loadfile --durations=10"
26+
PYTEST_ADDOPTS: "-n auto --dist=load --durations=10"
2727

2828
steps:
2929
- uses: actions/checkout@v4

tests/pl/test_render_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def test_plot_can_handle_dropping_small_labels_after_rasterize_categorical(self,
301301
sdata_blobs.pl.render_labels("blobs_labels_large", color="category", table_name="table").pl.show()
302302

303303

304-
def test_warns_when_table_does_not_annotate_element(self, sdata_blobs: SpatialData):
304+
def test_warns_when_table_does_not_annotate_element(sdata_blobs: SpatialData):
305305
# Work on an independent copy since we mutate tables
306306
sdata_blobs_local = deepcopy(sdata_blobs)
307307

0 commit comments

Comments
 (0)