Skip to content

Commit

Permalink
Add a regression test for pylint #73
Browse files Browse the repository at this point in the history
Following change in the way distutil is stored in setuptools

See pylint-dev/astroid#1321
  • Loading branch information
Pierre-Sassoulas committed Dec 31, 2021
1 parent 3fc2625 commit b0943dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/d/distutil_regression_import_error.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# pylint: disable=missing-docstring
import distutils.version

print(distutils.version)

0 comments on commit b0943dd

Please sign in to comment.