Skip to content

Commit cf350e7

Browse files
authored
Merge pull request #3787 from mgorny/dist-info-test
Fix dependency syntax error in test_dist_info
2 parents a81b130 + c3441cb commit cf350e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setuptools/tests/test_dist_info.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ class TestWheelCompatibility:
142142
version = {version}
143143
144144
[options]
145-
install_requires = foo>=12; sys_platform != "linux"
145+
install_requires =
146+
foo>=12; sys_platform != "linux"
146147
147148
[options.extras_require]
148149
test = pytest

0 commit comments

Comments
 (0)