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 a60fc6a commit 91ce77eCopy full SHA for 91ce77e
1 file changed
setuptools/tests/test_distutils_adoption.py
@@ -86,3 +86,10 @@ def test_pip_import(venv):
86
"""
87
cmd = ['python', '-c', 'import pip']
88
popen_text(venv.run)(cmd)
89
+
90
91
+def test_distutils_has_origin():
92
+ """
93
+ Distutils module spec should have an origin. #2990.
94
95
+ assert __import__('distutils').__spec__.origin
0 commit comments