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

fix: remove codecov package requirement #275

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ kombu==5.2.4
# via celery
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via drf-yasg
prompt-toolkit==3.0.38
# via click-repl
pytz==2022.7.1
pytz==2023.3
# via
# celery
# django
Expand Down
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Requirements for running tests in Travis
-c constraints.txt

codecov # Code coverage reporting
tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
20 changes: 3 additions & 17 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,20 @@
#
# make upgrade
#
certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.2.2
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.10.0
filelock==3.11.0
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.0
packaging==23.1
# via tox
platformdirs==3.1.1
platformdirs==3.2.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.11.0
# via tox
requests==2.28.2
# via codecov
six==1.16.0
# via tox
tomli==2.0.1
Expand All @@ -41,7 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.15
# via requests
virtualenv==20.21.0
# via tox
36 changes: 11 additions & 25 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ asgiref==3.6.0
# via
# -r requirements/test.txt
# django
astroid==2.15.0
astroid==2.15.3
# via
# -r requirements/quality.txt
# pylint
# pylint-celery
attrs==22.2.0
# via
# -r requirements/test.txt
# pytest
billiard==3.6.4.0
# via
# -r requirements/test.txt
Expand All @@ -35,12 +31,10 @@ celery==5.2.7
# -r requirements/test.txt
certifi==2022.12.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
charset-normalizer==3.1.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
click==8.1.3
Expand Down Expand Up @@ -76,8 +70,6 @@ code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coreapi==2.3.3
# via
# -r requirements/test.txt
Expand All @@ -87,11 +79,9 @@ coreschema==0.0.4
# -r requirements/test.txt
# coreapi
# drf-yasg
coverage[toml]==7.2.2
coverage[toml]==7.2.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# codecov
# pytest-cov
dill==0.3.6
# via
Expand Down Expand Up @@ -127,14 +117,13 @@ exceptiongroup==1.1.1
# via
# -r requirements/test.txt
# pytest
filelock==3.10.0
filelock==3.11.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
inflection==0.5.1
Expand Down Expand Up @@ -176,9 +165,9 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
mock==5.0.1
mock==5.0.2
# via -r requirements/test.txt
packaging==23.0
packaging==23.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -193,9 +182,9 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.12.3
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.1.1
platformdirs==3.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -221,7 +210,7 @@ pycodestyle==2.10.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pylint==2.17.0
pylint==2.17.2
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -245,7 +234,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.2.2
pytest==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -258,7 +247,7 @@ python-slugify==8.0.1
# via
# -r requirements/quality.txt
# code-annotations
pytz==2022.7.1
pytz==2023.3
# via
# -r requirements/test.txt
# celery
Expand All @@ -273,9 +262,7 @@ pyyaml==5.4.1
# edx-i18n-tools
requests==2.28.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# codecov
# coreapi
ruamel-yaml==0.17.21
# via
Expand Down Expand Up @@ -325,7 +312,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.6
tomlkit==0.11.7
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -348,7 +335,6 @@ uritemplate==4.1.1
# drf-yasg
urllib3==1.26.15
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
vine==5.0.0
Expand Down
26 changes: 7 additions & 19 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.6.0
# via
# -r requirements/base.txt
# django
attrs==22.2.0
attrs==23.1.0
# via jsonschema
babel==2.12.1
# via sphinx
Expand All @@ -34,8 +34,6 @@ certifi==2022.12.7
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -70,8 +68,6 @@ coreschema==0.0.4
# -r requirements/base.txt
# coreapi
# drf-yasg
cryptography==39.0.2
# via secretstorage
django==3.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -106,7 +102,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.1.0
importlib-metadata==6.4.1
# via
# keyring
# sphinx
Expand All @@ -125,10 +121,6 @@ itypes==1.2.0
# coreapi
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/base.txt
Expand All @@ -155,7 +147,7 @@ more-itertools==9.1.0
# via jaraco-classes
openapi-codec==1.3.2
# via django-rest-swagger
packaging==23.0
packaging==23.1
# via
# -r requirements/base.txt
# drf-yasg
Expand All @@ -170,17 +162,15 @@ prompt-toolkit==3.0.38
# via
# -r requirements/base.txt
# click-repl
pycparser==2.21
# via cffi
pygments==2.14.0
pygments==2.15.0
# via
# doc8
# readme-renderer
# rich
# sphinx
pyrsistent==0.19.3
# via jsonschema
pytz==2022.7.1
pytz==2023.3
# via
# -r requirements/base.txt
# babel
Expand All @@ -207,7 +197,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.3.2
rich==13.3.4
# via twine
ruamel-yaml==0.17.21
# via
Expand All @@ -219,9 +209,7 @@ ruamel-yaml-clib==0.2.7
# ruamel-yaml
rules==3.3
# via -r requirements/doc.in
secretstorage==3.3.3
# via keyring
simplejson==3.18.4
simplejson==3.19.1
# via django-rest-swagger
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==23.0
packaging==23.1
# via build
pip-tools==6.12.3
pip-tools==6.13.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1
# via -r requirements/pip.in
setuptools==67.6.0
setuptools==67.6.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.0
astroid==2.15.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -35,13 +35,13 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.1.1
platformdirs==3.2.0
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.0
pylint==2.17.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -71,7 +71,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
typing-extensions==4.5.0
# via
Expand Down
Loading