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

pip setuptools tests fail #66401

Closed
jamescassell opened this issue Jan 13, 2020 · 4 comments
Closed

pip setuptools tests fail #66401

jamescassell opened this issue Jan 13, 2020 · 4 comments
Labels
affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. has_pr This issue has an associated PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team.

Comments

@jamescassell
Copy link
Contributor

SUMMARY

failure related to pip https://app.shippable.com/github/ansible/ansible/runs/155767/73/console that also failed on the nightly ci_complete run https://app.shippable.com/github/ansible/ansible/runs/155736/73/console
ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5'

Passed on Saturday morning: https://app.shippable.com/github/ansible/ansible/runs/155712/73/console
Failure from Sunday morning: https://app.shippable.com/github/ansible/ansible/runs/155736/73/console

Possibly the same issue: https://app.shippable.com/github/ansible/ansible/runs/155777/87/console 08:23 ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5'

cc @felixfontein

ISSUE TYPE
  • Bug Report
COMPONENT NAME

tests

ANSIBLE VERSION

CONFIGURATION

OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS

@felixfontein
Copy link
Contributor

Might be related to the newest setuptools release 45.0.0 from Saturday (Jan 12).

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jan 13, 2020
@felixfontein
Copy link
Contributor

I've created a WIP which restricts setuptools to 44.0.0 for the tasks which fail: #66405

@ansibot ansibot added the has_pr This issue has an associated PR. label Jan 13, 2020
@felixfontein
Copy link
Contributor

Tests pass, so it's no longer a WIP.

@felixfontein
Copy link
Contributor

resolved_by_pr #66426

@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label Jan 14, 2020
@ansible ansible locked and limited conversation to collaborators Feb 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 bug This issue/PR relates to a bug. has_pr This issue has an associated PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants