Skip to content

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jan 8, 2025
1 parent 3e0bb37 commit fa7b1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_python_version_independent(
monkeypatch.setenv("CONDA_TEST_VAR", "conda_test")
monkeypatch.setenv("CONDA_TEST_VAR_2", "conda_test_2")
output = api.build(str(recipe), config=testing_config)[0]
*_, subdir, * = output.split("/")
*_, subdir, _ = output.split("/")
assert subdir != "noarch"


Expand Down

0 comments on commit fa7b1bb

Please sign in to comment.