Skip to content

Commit

Permalink
Remove xfail
Browse files Browse the repository at this point in the history
The test is failing locally since "Speed up tests execution (jazzband#1963)"
but the xfail should not be part of the PR.
  • Loading branch information
apljungquist committed Aug 20, 2023
1 parent 18c2f81 commit dfa21f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cli_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,6 @@ def test_pass_pip_cache_to_pip_args(tmpdir, runner, current_resolver):
assert os.listdir(os.path.join(str(cache_dir), "http"))


@pytest.mark.xfail
@backtracking_resolver_only
def test_compile_recursive_extras(runner, tmp_path, current_resolver):
(tmp_path / "pyproject.toml").write_text(
Expand Down

0 comments on commit dfa21f4

Please sign in to comment.