Skip to content

Commit 429a37a

Browse files
committed
Drop ineffective MATPLOTLIB_BACKEND export from test recipes
Each recipe line runs in its own subshell, so `export MATPLOTLIB_BACKEND=agg` on one line never reached the `pytest` invocation on the next line. The export was a no-op; remove it.
1 parent f0115af commit 429a37a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,12 @@ typecheck:
7474
$(UVRUN) pyright
7575

7676
test0: clean-test
77-
export MATPLOTLIB_BACKEND=agg
7877
$(UVRUN) pytest
7978

8079
test: clean-test
81-
export MATPLOTLIB_BACKEND=agg
8280
$(UVRUN) pytest -n auto
8381

8482
test1: clean-test
85-
export MATPLOTLIB_BACKEND=agg
8683
$(UVRUN) pytest -n auto -p no:sugar
8784

8885
visualize-tests:

0 commit comments

Comments
 (0)