-
Notifications
You must be signed in to change notification settings - Fork 5
Clean up setup.py #17
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
Conversation
.circleci/config.yml
Outdated
| build_packages: | ||
| <<: *defaults | ||
| docker: | ||
| - image: circleci/python:2.7 | ||
| - image: circleci/python:3.6 | ||
| environment: | ||
| DISTROS: xenial bionic el7 el8 | ||
| DOCKER_DISTROS: xenial bionic centos7 centos8 | ||
| DISTROS: "bionic focal el7 el8" | ||
| DOCKER_DISTROS: bionic focal centos7 rockylinux8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the build deb/rpm packaging workflow part for this repo.
We're not building them really, also this repo is somewhat open-sourced leftower from the LF transition. Not sure if it works somehow, but it's not part of the release processes.
The only part that makes sense to keep are just the py tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet. I like to delete old stuff.
|
This is a lot better. CI is still broken, but less so. I'm merging this, then someone else can work on fixing CI from this point |
Drop problematic pip version check that can break pants/pex lockfile generation. Also, update python classifiers to 3.6-3.8 and bump the version.
And update circle config to skip python 2.7 and just use 3.6 for now.