chore: linting updates (#2585)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-09-14 19:44:45 +02:00
committed by GitHub
parent 3a524160c3
commit 9b8ce87f0a
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -321,7 +321,7 @@ def test_ios_test_command_without_python_dash_m(tmp_path, capfd):
)
assert set(actual_wheels) == set(expected_wheels)
out, err = capfd.readouterr()
_, err = capfd.readouterr()
assert "iOS tests configured with a test command which doesn't start with 'python -m'" in err
@@ -345,5 +345,5 @@ def test_ios_test_command_invalid(tmp_path, capfd):
"CIBW_XBUILD_TOOLS": "",
},
)
out, err = capfd.readouterr()
_, err = capfd.readouterr()
assert "iOS tests configured with a test command which doesn't start with 'python -m'" in err
+1 -1
View File
@@ -104,7 +104,7 @@ def test_pyodide_version_incompatible(tmp_path, capfd):
},
)
out, err = capfd.readouterr()
_, err = capfd.readouterr()
assert "is not compatible with the pyodide-build version" in err