Skip to content

tests: xfail test_pip_install_no_binary on Python 3.7#406

Merged
radoering merged 1 commit intopython-poetry:mainfrom
radoering:pip-install-no-binary-issue-py37
Jun 25, 2022
Merged

tests: xfail test_pip_install_no_binary on Python 3.7#406
radoering merged 1 commit intopython-poetry:mainfrom
radoering:pip-install-no-binary-issue-py37

Conversation

@radoering
Copy link
Copy Markdown
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
Comment thread tests/integration/test_pep517.py Outdated
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
@sonarqubecloud
Copy link
Copy Markdown

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.
@radoering radoering deleted the pip-install-no-binary-issue-py37 branch November 24, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants