Skip to content
New issue

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

tests: xfail test_pip_install_no_binary on Python 3.7 #406

Merged

Conversation

radoering
Copy link
Member

@radoering radoering commented Jun 25, 2022

The test case fails due to the new release of setuptools_scm, which now depends on importlib-metadata for python_version < "3.8". Due to the fact that importlib-metadata itself depends on setuptools_scm, it's not possible anymore to pip install --no-binary importlib-metadata on Python 3.7.

Related to python/importlib_metadata#392

mkniewallner
mkniewallner previously approved these changes Jun 25, 2022
@radoering radoering marked this pull request as draft June 25, 2022 07:48
@radoering radoering force-pushed the pip-install-no-binary-issue-py37 branch from e5ed65d to 0981ab4 Compare June 25, 2022 07:51
@radoering radoering marked this pull request as ready for review June 25, 2022 07:56
The test case fails due to the new release of setuptools_scm, which now depends on importlib-metadata for 'python_version < "3.8"'. Due to the fact that importlib-metadata itself depends on setuptools_scm, it's not possible anymore to "pip install --no-binary importlib-metadata" on Python 3.7.
@radoering radoering force-pushed the pip-install-no-binary-issue-py37 branch from 0981ab4 to 01bcc6b Compare June 25, 2022 09:50
@sonarcloud
Copy link

sonarcloud bot commented Jun 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.8% 0.8% Duplication

@radoering radoering merged commit 96f2a91 into python-poetry:main Jun 25, 2022
bostonrwalker pushed a commit to bostonrwalker/poetry-core that referenced this pull request Aug 29, 2022
)

The test case fails due to the new release of setuptools_scm, which now depends on importlib-metadata for 'python_version < "3.8"'. Due to the fact that importlib-metadata itself depends on setuptools_scm, it's not possible anymore to "pip install --no-binary importlib-metadata" on Python 3.7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants