File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -159,17 +159,7 @@ def test_install_fails_if_extra_at_end(
159
159
"specified_extra, requested_extra" ,
160
160
[
161
161
("Hop_hOp-hoP" , "Hop_hOp-hoP" ),
162
- pytest .param (
163
- "Hop_hOp-hoP" ,
164
- "hop-hop-hop" ,
165
- marks = pytest .mark .xfail (
166
- reason = (
167
- "matching a normalized extra request against an"
168
- "unnormalized extra in metadata requires PEP 685 support "
169
- "in packaging (see pypa/pip#11445)."
170
- ),
171
- ),
172
- ),
162
+ ("Hop_hOp-hoP" , "hop-hop-hop" ),
173
163
("hop-hop-hop" , "Hop_hOp-hoP" ),
174
164
],
175
165
)
Original file line number Diff line number Diff line change 5
5
# 4. Replacing the `setuptools` entry below with a `file:///...` URL
6
6
# (Adjust artifact directory used based on preference and operating system)
7
7
8
- setuptools >= 40.8.0, != 60.6.0
8
+ # Implements new extra normalization.
9
+ setuptools >= 68.2
9
10
wheel
10
11
# As required by pytest-cov.
11
12
coverage >= 4.4
You can’t perform that action at this time.
0 commit comments