Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

feat: advertise constraints in setup.py #74

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

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):

requests

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

requests

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/e30fd05e343b8c73acb4dd8a3a6308c6f8efb4ad/scripts/update_setup_py.sh" > update_setup_py.sh
bash update_setup_py.sh

The following packages were installed:
semgrep,isort

@rgraber rgraber marked this pull request as ready for review November 8, 2021 14:05
@codecov-commenter
Copy link

Codecov Report

Merging #74 (fc7a3d8) into master (fbd032f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #74   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines          723       723           
  Branches        43        43           
=========================================
  Hits           723       723           

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 fbd032f...fc7a3d8. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants