Skip to content

Commit b0943dd

Browse files
Add a regression test for pylint #73
Following change in the way distutil is stored in setuptools See pylint-dev/astroid#1321
1 parent 3fc2625 commit b0943dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# pylint: disable=missing-docstring
2+
import distutils.version
3+
4+
print(distutils.version)

0 commit comments

Comments
 (0)