Skip to content

Commit

Permalink
Merge pull request #12276 from uranusjr/skip-new-setuptools-extra-inc…
Browse files Browse the repository at this point in the history
…ompat
  • Loading branch information
uranusjr authored Sep 12, 2023
2 parents 83ca10a + dc188a8 commit 8c24fd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/test_install_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ def test_install_fails_if_extra_at_end(
assert "Extras after version" in result.stderr


@pytest.mark.skipif(
"sys.version_info >= (3, 11)",
reason="Setuptools incompatibility with importlib.metadata; see GH-12267",
)
def test_install_special_extra(script: PipTestEnvironment) -> None:
# Check that uppercase letters and '-' are dealt with
# make a dummy project
Expand Down

0 comments on commit 8c24fd2

Please sign in to comment.