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 tox-battery from requirements and update tox #170

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

pluggy
tox
tox-battery
virtualenv
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#
# make upgrade
#
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
filelock==3.13.1
Expand All @@ -22,19 +28,13 @@ pluggy==1.3.0
# via
# -r requirements/ci.in
# tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.25.0
# via
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ diff-cover # Changeset diff test coverage
edx-i18n-tools # For i18n_tool dummy
pluggy
tox
tox-battery
twine # Utility for PyPI package uploads
virtualenv
wheel # For generation of wheels for PyPI
34 changes: 11 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
cachetools==5.3.2
# via tox
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via diff-cover
# via
# diff-cover
# tox
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -27,8 +29,8 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.7
# via secretstorage
colorama==0.4.6
# via tox
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
Expand Down Expand Up @@ -64,10 +66,6 @@ isort==5.12.0
# pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# code-annotations
Expand Down Expand Up @@ -110,12 +108,8 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
Expand All @@ -137,6 +131,8 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyproject-api==1.6.1
# via tox
python-slugify==8.0.1
# via code-annotations
pytz==2023.3.post1
Expand All @@ -157,12 +153,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# edx-lint
# tox
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand All @@ -178,11 +170,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==3.28.0
# via
# -r requirements/dev.in
# tox-battery
tox-battery==0.6.2
tox==4.11.4
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/dev.in
Expand Down
12 changes: 0 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
# via secretstorage
django==3.2.23
# via
# -c requirements/common_constraints.txt
Expand All @@ -50,10 +46,6 @@ importlib-resources==6.1.1
# via keyring
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==24.3.0
Expand All @@ -78,8 +70,6 @@ pkginfo==1.9.6
# via twine
pockets==0.9.1
# via sphinxcontrib-napoleon
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
Expand Down Expand Up @@ -111,8 +101,6 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# pockets
Expand Down