-
Notifications
You must be signed in to change notification settings - Fork 666
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: 'SpecifierSet' object has no attribute 'split' #2350
Milestone
Comments
Temporary fix is out @ #2351 🚒 |
This seems to be the same issue I reported few minutes ago on ansible/ansible-lint#590 |
10 tasks
ssbarnea
added a commit
to ssbarnea/molecule
that referenced
this issue
Oct 18, 2019
This should address the failure to install which seems to still appears from time to time even with our pyproject.toml workaround. Fixes: ansible#2350 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Closed
ssbarnea
added a commit
to ssbarnea/molecule
that referenced
this issue
Oct 20, 2019
As we encountered case where initial creation of the virtualenv with tox worked fine but attempt to run again on it was trigerring ansible#2350 we add a CI test that should prevent this from happenign again. Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
ssbarnea
added a commit
that referenced
this issue
Oct 20, 2019
As we encountered case where initial creation of the virtualenv with tox worked fine but attempt to run again on it was trigerring #2350 we add a CI test that should prevent this from happenign again. Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
ssbarnea
added a commit
to ssbarnea/molecule
that referenced
this issue
Oct 20, 2019
This should address the failure to install which seems to still appears from time to time even with our pyproject.toml workaround. This revers pinning of setuptools for build-from-source, which was made two weeks ago in attempt to avoid the same bug. Fixes: ansible#2350 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
This was fixed by ssbarnea@c1d0303 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like some sort of pip/setuptools issue related to specifiers (>,<,>=,...)
The text was updated successfully, but these errors were encountered: