Skip to content

Commit

Permalink
mark unicode_all_over as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored and mbargull committed Nov 10, 2023
1 parent 81d52d0 commit 0d56d11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_api_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from conda_build.conda_interface import (
CondaError,
LinkError,
context,
cc_conda_build,
reset_context,
url_path,
Expand Down Expand Up @@ -123,6 +124,9 @@ def test_recipe_builds(
# ``source_setup_py_data_subdir`` reproduces the problem.
if recipe.name == "source_setup_py_data_subdir":
pytest.xfail("Issue related to #3754 on conda-build.")
elif recipe.name == "unicode_all_over" and context.solver == "libmamba":
pytest.xfail("Unicode package names not supported in libmamba.")

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

0 comments on commit 0d56d11

Please sign in to comment.