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

Hard coding the version of pexpect causes issues with co-installability #44

Closed
prometheanfire opened this issue Jun 2, 2018 · 7 comments

Comments

@prometheanfire
Copy link

pexpect is hard coded to only work with 4.5.0 in setup.py This causes issues with co-installability.

@matburt
Copy link
Member

matburt commented Jun 5, 2018

That is an interesting detail, I do think I'd like to remove that overall requirement.

@matburt
Copy link
Member

matburt commented Jun 5, 2018

Fixed: 29c09c5

@matburt matburt closed this as completed Jun 5, 2018
@prometheanfire
Copy link
Author

thanks, when do you think the next release will be?

@matburt
Copy link
Member

matburt commented Jun 5, 2018

I need to try to wrap up some feature development from cards listed in the issue queue. Possibly within a week or two.

openstack-gerrit pushed a commit to openstack/requirements that referenced this issue Jun 10, 2018
subunit lower-constraint raised because stestr now has a minimum of 1.3.0
networkx kept at 1.11 for breakage
  * https://bugs.launchpad.net/openstack-requirements/+bug/1718576
eventlet kept at 0.20.0 for breakage
google-auth and google-api-python-client kept at current for cinder breakage
  * https://bugs.launchpad.net/openstack-requirements/+bug/1775218
Sphinx kep at 1.6.5 for docs breakage
pyldap, removed post1 again
urllib3 is being held back because of requests
  * psf/requests#4673
pexpect is being held back for ansible-runner
  * ansible/ansible-runner#44

Change-Id: I7e4a927db7a20eaa7ee2921868df01c2acf5aa2e
openstack-gerrit pushed a commit to openstack/requirements that referenced this issue Jun 13, 2018
networkx kept at 1.11 for breakage
  * bugs.launchpad.net/openstack-requirements/+bug/1718576
google-auth and google-api-python-client kept at current for cinder breakage
  * bugs.launchpad.net/openstack-requirements/+bug/1775218
eventlet kept at 0.20.0 for breakage
Sphinx kep at 1.6.5 for docs breakage
pyldap, removed post1 again
urllib3 is being held back because of requests
  * psf/requests#4673
idna is being held back by requests as well
  * psf/requests#4681
pexpect is being held back for ansible-runner
  * ansible/ansible-runner#44

Change-Id: I90626ff9d65ab0df875d2c5a2d058a472631f1b6
@prometheanfire
Copy link
Author

here's your two week reminder :P

@matburt
Copy link
Member

matburt commented Jun 21, 2018

Thanks! Still waiting on a handful of PRs to wrap up. I'm thinking release mon-tues of next week.

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

No branches or pull requests

2 participants