CI is failing
rpothier opened this issue · 0 comments
Summary
Sanity tests are failing.
There are errors due to the older version of Python being used.
Steps to Reproduce
Push up a PR
Expected Results
It should pass.
Actual Results
Run pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting https://github.com/ansible/ansible/archive/devel.tar.gz
Downloading https://github.com/ansible/ansible/archive/devel.tar.gz
ERROR: Package 'ansible-core' requires a different Python: 2.7.18 not in '>=3.8'
Error: Process completed with exit code 1.
Reproducible
- Always
- Sometimes
- Non-Reproducible
Version/Tag number
Latest
Environment setup
- Can you describe the environment in which this product is running? Is it running on a VM / in a container / in a cloud?
- Which cloud provider? Which container orchestrator (including version)?
- The more info you can share about your runtime environment, the better we may be able to reproduce the issue.
Additional Information
Add any other context about the problem here.