We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff1c15 commit abc2b5bCopy full SHA for abc2b5b
tests/conftest.py
@@ -54,7 +54,7 @@ def testpkgs(tmp_path_factory):
54
"""Create test wheels and return the temp dir where they are stored."""
55
# setup.py keywords for wheels to create
56
testpkgs_kw = [
57
- dict(name="pkga"),
+ dict(name="pkgA"), # uppercase letter to test normalization
58
dict(name="pkgb", install_requires=["pkga<0.0.1"]),
59
dict(name="pkgc", version="0.0.1"),
60
dict(name="pkgc", version="0.0.2"),
0 commit comments