Skip to content

Commit e3cd6ee

Browse files
authored
Merge branch 'main' into 2984-new-cache-lower-memory
2 parents a2d0852 + 8c24fd2 commit e3cd6ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/functional/test_install_extras.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ def test_install_fails_if_extra_at_end(
150150
assert "Extras after version" in result.stderr
151151

152152

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

0 commit comments

Comments
 (0)