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

feat: advertise constraints in setup.py #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edx-requirements-bot
Copy link

Update setup.py to consider constraint files when creating the requires.txt file

Additional information from script execution

ARCHBOM-1772
Update setup.py to use constraint files when generating requirements files for packaging and distribution.
PR generated automatically with Jenkins job cleanup-python-code.

Old requirements file:

edx-opaque-keys>=2.0.0
six>=1.10.0

New requirements file:

edx-opaque-keys>=2.0.0
six>=1.10.0

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
curl -sS "https://raw.githubusercontent.com/edx/edx-cookiecutters/f8f4c9c5162d4b4ee7def4f46ab8cd31071d93db/scripts/update_setup_py.sh" > update_setup_py.sh
bash update_setup_py.sh

The following packages were installed:
semgrep,isort

@edx-requirements-bot edx-requirements-bot requested review from a team and mraarif November 4, 2021 12:24
@nedbat
Copy link

nedbat commented Nov 4, 2021

This is currently failing due to a strange pip== pin in the travis.yml file. This repo will be converted to GitHub Actions, and we can rebase this pull request then.

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

Successfully merging this pull request may close these issues.

2 participants