We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b80eb commit dfa7fedCopy full SHA for dfa7fed
tests/test_main.py
@@ -400,7 +400,7 @@ def test_packages_distributions_all_module_types(self):
400
401
assert not any(name.endswith('.dist-info') for name in distributions)
402
403
- def test_packages_distributions_symlinked_top_level(self):
+ def test_packages_distributions_symlinked_top_level(self) -> None:
404
"""
405
Distribution is resolvable from a simple top-level symlink in RECORD.
406
See #452.
0 commit comments