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

Set default python to 3 #595

Merged
merged 3 commits into from
Dec 23, 2020
Merged

Set default python to 3 #595

merged 3 commits into from
Dec 23, 2020

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak bastelfreak self-assigned this Dec 15, 2020
@bastelfreak bastelfreak changed the title Set default python to 3; except for CentOS 7 Set default python to 3 Dec 15, 2020
@bastelfreak
Copy link
Member Author

I was considering setting the default python version on CentOS 7 to python 2. The issue is that we don't test against python 2 since a long time. If I enable python 2 acceptance tests they fail, also python 2 is end of life and centos 7 ships python 3, so it should be used.

@bastelfreak bastelfreak force-pushed the cleanup branch 4 times, most recently from fd75dde to aeea580 Compare December 15, 2020 13:22
The whole virtualenv setup is deprecated upstream. pyvenv / the built-in
python module venv should be used. Since we already have a few backwards
incompatible changes on master, it makes sense to drop this now.
debian sometimes takes a bit longer in CI to pass, this fixes it.
@bastelfreak
Copy link
Member Author

Ubuntu 20 / Puppet 5 failures are expected because Puppet does not provide packages for that platform combination.

@bastelfreak bastelfreak merged commit 911daa0 into voxpupuli:master Dec 23, 2020
@bastelfreak bastelfreak deleted the cleanup branch December 23, 2020 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants