Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 464edb3

Browse files
committedJun 20, 2024·
Change fixture order and see what's happening
1 parent 7ce6226 commit 464edb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyodide_build/tests/test_build_env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_get_build_environment_vars_host_env(
125125
assert "RANDOM_ENV" not in e
126126

127127

128-
def test_check_emscripten_version(monkeypatch):
128+
def test_check_emscripten_version(dummy_xbuildenv, monkeypatch):
129129
s = None
130130

131131
def get_emscripten_version_info():

0 commit comments

Comments
 (0)
Please sign in to comment.