Skip to content

Commit abc2b5b

Browse files
committed
Test project name normalization
1 parent 0ff1c15 commit abc2b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def testpkgs(tmp_path_factory):
5454
"""Create test wheels and return the temp dir where they are stored."""
5555
# setup.py keywords for wheels to create
5656
testpkgs_kw = [
57-
dict(name="pkga"),
57+
dict(name="pkgA"), # uppercase letter to test normalization
5858
dict(name="pkgb", install_requires=["pkga<0.0.1"]),
5959
dict(name="pkgc", version="0.0.1"),
6060
dict(name="pkgc", version="0.0.2"),

0 commit comments

Comments
 (0)