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

Removed remaining pip warnings about deprecated Python versions #2962

Merged
merged 1 commit into from Dec 24, 2022

Conversation

andy-maier
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Dec 24, 2022

Coverage Status

Coverage: 92.429%. Remained the same when pulling be0343a on andy/remove-more-actions-warnings into aaffb98 on master.

@andy-maier andy-maier force-pushed the andy/remove-more-actions-warnings branch from 08fb7d8 to 5c08cce Compare December 24, 2022 13:17
Details:

* Some of the remaining Python version checks on Python 2.7 and 3.5 have been
  removed by using a newer version >=20 of pip on these Python
  versions and specifying the --no-python-version-warning option on all
  Python versions.

* The remaining Pip version checks on Python 2.7 and 3.5 were created by
  usage of pip within the actions/setup-python actions module, and
  they have been removed by specifying the environment variables:
    PIP_DISABLE_PIP_VERSION_CHECK=1
    PIP_NO_PYTHON_VERSION_WARNING=1
  on that step (the other explicit uses of pip already used the
  respective pip options).

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@andy-maier andy-maier force-pushed the andy/remove-more-actions-warnings branch from 5c08cce to be0343a Compare December 24, 2022 13:38
@andy-maier andy-maier merged commit 93a5757 into master Dec 24, 2022
@andy-maier andy-maier deleted the andy/remove-more-actions-warnings branch December 24, 2022 16:40
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.

None yet

3 participants