Skip to content

Commit

Permalink
chore: remove bok-choy (#1165)
Browse files Browse the repository at this point in the history
* chore: remove bok-choy and selenium and related tests
  • Loading branch information
salman2013 authored Nov 20, 2023
1 parent 00d1c9c commit 52dc8b6
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 72 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.4
celery==5.3.5
# via
# -c requirements/constraints.txt
# event-tracking
Expand Down Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.8.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.13.0
edx-drf-extensions==8.13.1
# via
# -r requirements/base.in
# edx-when
Expand All @@ -115,21 +115,21 @@ idna==3.4
# via requests
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.3
kombu==5.3.4
# via celery
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
# mako
# xblock
newrelic==9.1.1
newrelic==9.2.0
# via edx-django-utils
pbr==5.11.1
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -197,14 +197,14 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.2.0
billiard==4.2.0
celery==5.3.4
celery==5.3.5
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.3
prompt-toolkit==3.0.39
kombu==5.3.4
prompt-toolkit==3.0.41
vine==5.1.0
27 changes: 18 additions & 9 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
coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
Expand All @@ -13,20 +19,23 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# pyproject-api
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
# via tox
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
45 changes: 26 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
cachetools==5.3.2
# via tox
chardet==5.2.0
# via diff-cover
# via
# diff-cover
# tox
click==8.1.7
# via
# -c requirements/constraints.txt
Expand All @@ -26,8 +30,10 @@ click-log==0.4.0
code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
diff-cover==8.0.0
# via
# tox
# typer
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -74,32 +80,34 @@ mccabe==0.7.0
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
# via tox
# via
# pyproject-api
# tox
path==16.7.1
# via
# edx-i18n-tools
# path-py
path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
pluggy==1.3.0
# via
# diff-cover
# tox
polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.4.2
pydantic==2.5.1
# via rstcheck-core
pydantic-core==2.10.1
pydantic-core==2.14.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -121,6 +129,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 @@ -129,18 +139,16 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
rich==13.6.0
rich==13.7.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.1.1
rstcheck-core==1.2.0
# via rstcheck
shellingham==1.5.4
# via typer
six==1.16.0
# via
# edx-lint
# tox
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand All @@ -152,13 +160,12 @@ text-unidecode==1.3
tomli==2.0.1
# via
# pylint
# pyproject-api
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
tox==4.11.3
# via -r requirements/dev.in
typer[all]==0.9.0
# via
# rstcheck
Expand Down
16 changes: 9 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via pylint
# via
# -c requirements/common_constraints.txt
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.4.2
pydantic==2.5.1
# via rstcheck-core
pydantic-core==2.10.1
pydantic-core==2.14.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -87,11 +89,11 @@ pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via code-annotations
rich==13.6.0
rich==13.7.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.1.1
rstcheck-core==1.2.0
# via rstcheck
shellingham==1.5.4
# via typer
Expand All @@ -107,7 +109,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typer[all]==0.9.0
# via
Expand Down
2 changes: 0 additions & 2 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

-r base.in

bok-choy>=0.3.1
code-annotations>=0.3.1
ddt>=0.8.0
edx-i18n-tools # be able to run `make validate_translations`
Expand All @@ -16,5 +15,4 @@ pytest-cov # pytest extension for code coverage statistics
pytest-django # pytest extension for better Django support
pytest-xdist # pytest extension for parallel execution
responses
selenium>=2.45.0
testfixtures>=4.0.0
Loading

0 comments on commit 52dc8b6

Please sign in to comment.