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 #182

Merged

Conversation

edx-requirements-bot
Copy link
Contributor

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.

Result of running python setup.py bdist_wheel before applying fix (in .egg-info/requires.txt):

djangorestframework>=3.0.4
celery
django-model-utils>=2.0
Django

Result of running python setup.py bdist_wheel after applying fix (in .egg-info/requires.txt):

Django
celery<5.0
django-model-utils>=2.0
djangorestframework>=3.0.4

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/master/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 mraarif and a team November 8, 2021 19:41
@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #182 (0b0f8dc) into master (6611908) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #182   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          412       412           
  Branches        47        47           
=========================================
  Hits           412       412           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6611908...0b0f8dc. Read the comment docs.

@rgraber rgraber merged commit 1bcf22d into master Nov 10, 2021
@rgraber rgraber deleted the jenkins/rsgraber/advertise-constraints-in-setup-py-6611908 branch November 10, 2021 14:01
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