Skip to content

Commit

Permalink
override src_cache_root instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 24, 2024
1 parent b7f59ef commit c9b7e7b
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 @@ -139,7 +139,7 @@ def test_recipe_builds(
pytest.xfail("Unicode package names not supported in libmamba.")
elif recipe.name == "source_url":
# Several recipes are cloning conda-build, which causes problems with checkouts
testing_config.git_cache = tmp_path_factory.mktemp("git_cache", numbered=False)
testing_config.src_cache_root = tmp_path_factory.mktemp("src_cache_root", numbered=False)

# These variables are defined solely for testing purposes,
# so they can be checked within build scripts
Expand Down

0 comments on commit c9b7e7b

Please sign in to comment.