Skip to content

Commit 6a96151

Browse files
authored
Merge pull request #4774 from Avasam/Remove-link-to-jaraco-path-232
Remove link to jaraco/path#232
2 parents 263c321 + 2512092 commit 6a96151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_build_ext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_build_ext_cmd(self, optional: bool, **opts) -> build_ext:
183183
"eggs.c": "#include missingheader.h\n",
184184
".build": {"lib": {}, "tmp": {}},
185185
}
186-
path.build(files) # jaraco/path#232
186+
path.build(files)
187187
extension = Extension('spam.eggs', ['eggs.c'], optional=optional)
188188
dist = Distribution(dict(ext_modules=[extension]))
189189
dist.script_name = 'setup.py'

0 commit comments

Comments
 (0)