From aa23fdd16c3c3755524806833b20c7a758eaf558 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 6 Jan 2025 18:57:01 +0530 Subject: [PATCH] fix test again --- tests/test_api_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api_build.py b/tests/test_api_build.py index fdcaa98dd6..357dc7f733 100644 --- a/tests/test_api_build.py +++ b/tests/test_api_build.py @@ -156,7 +156,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"