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

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

Conversation

edx-requirements-bot
Copy link

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

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

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

@codecov
Copy link

codecov bot commented Nov 9, 2021

Codecov Report

Merging #874 (150ded3) into master (bed85a8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #874   +/-   ##
=======================================
  Coverage   76.38%   76.38%           
=======================================
  Files         150      150           
  Lines       17128    17128           
=======================================
  Hits        13083    13083           
  Misses       4045     4045           

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 bed85a8...150ded3. 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.

1 participant