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

ci: remove celery 4 testing #2068

Merged
merged 1 commit into from
Jun 24, 2024
Merged

ci: remove celery 4 testing #2068

merged 1 commit into from
Jun 24, 2024

Conversation

xrmx
Copy link
Member

@xrmx xrmx commented Jun 21, 2024

What does this pull request do?

With latest pip 24.1 Celery 4 is not installable anymore because the latest release version in 2020 contains an invalid metadata:

WARNING: Ignoring version 4.4.7 of celery since it has invalid metadata: Requested celery<5,>4.0 from celery-4.4.7-py2.py3-none-any.whl (from -r tests/requirements/reqs-celery-4.txt (line 1)) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    pytz (>dev)
         ~^
Please use pip<24.1 if you need to use this version.

The alternative would be to upgrade pip to a fixed version (24.0) but celery 5 is out since 2020 so hopefully there's not many users left.

Related issues

None

With latest pip 24.1 Celery 4 is not installable anymore because the
latest released version in 2020 contains invalid metadata:

WARNING: Ignoring version 4.4.7 of celery since it has invalid metadata:
Requested celery<5,>4.0 from celery-4.4.7-py2.py3-none-any.whl (from -r tests/requirements/reqs-celery-4.txt (line 1)) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    pytz (>dev)
         ~^
Please use pip<24.1 if you need to use this version.
@xrmx xrmx merged commit 5c13f56 into elastic:main Jun 24, 2024
91 checks passed
xrmx added a commit to xrmx/apm-agent-python that referenced this pull request Aug 19, 2024
With latest pip 24.1 Celery 4 is not installable anymore because the
latest released version in 2020 contains invalid metadata:

WARNING: Ignoring version 4.4.7 of celery since it has invalid metadata:
Requested celery<5,>4.0 from celery-4.4.7-py2.py3-none-any.whl (from -r tests/requirements/reqs-celery-4.txt (line 1)) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    pytz (>dev)
         ~^
Please use pip<24.1 if you need to use this version.
xrmx added a commit that referenced this pull request Aug 19, 2024
With latest pip 24.1 Celery 4 is not installable anymore because the
latest released version in 2020 contains invalid metadata:

WARNING: Ignoring version 4.4.7 of celery since it has invalid metadata:
Requested celery<5,>4.0 from celery-4.4.7-py2.py3-none-any.whl (from -r tests/requirements/reqs-celery-4.txt (line 1)) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    pytz (>dev)
         ~^
Please use pip<24.1 if you need to use this version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants