We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the pipeline is broken for the new version of python 3.10 on Windows:
================================== FAILURES =================================== _________ ModuleFileTest.test_find_distutils_submodules_in_virtualenv _________ self = <tests.unittest_modutils.ModuleFileTest testMethod=test_find_distutils_submodules_in_virtualenv> def test_find_distutils_submodules_in_virtualenv(self) -> None: found_spec = spec.find_spec(["distutils", "version"]) > self.assertEqual(found_spec.location, distutils.version.__file__) E AssertionError: 'C:\\hostedtoolcache\\windows\\Python\\3.1[32 chars]n.py' != 'D:\\a\\astroid\\astroid\\venv\\lib\\site-[40 chars]n.py' E - C:\hostedtoolcache\windows\Python\3.10.1\x64\lib\distutils\version.py E + D:\a\astroid\astroid\venv\lib\site-packages\setuptools\_distutils\version.py
The text was updated successfully, but these errors were encountered:
distutils
Successfully merging a pull request may close this issue.
Currently the pipeline is broken for the new version of python 3.10 on Windows:
The text was updated successfully, but these errors were encountered: