Skip to content

Commit

Permalink
Add hyphen to case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Nov 12, 2024
1 parent 7612bda commit dcb1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def test_namespace4(self):
"""mixed namespace and regular packages"""
for namespace_pkgs in ('ns.ns',
'ns;ns.ns', # redundant, one package is subpackage of another
'ns.ns;Reg'): # case sensitive, Reg should not match reg
'ns.ns;Reg'): # case-sensitive, Reg should not match reg
self.namespace_helper(
'simpleext/simpleext-0.0.1-4namespace-cp312-cp312-win_amd64.whl', namespace_pkgs,
not_patched=[
Expand Down

0 comments on commit dcb1179

Please sign in to comment.