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

Commit

Permalink
chore: remove selenium as it was not using anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Nov 15, 2023
1 parent 3e1ab6c commit 447ab65
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 47 deletions.
1 change: 0 additions & 1 deletion .github/docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ services:
ENABLE_COURSE_LIST_FILTERS: "True"
ENABLE_COURSE_LIST_PASSING: "True"
SELENIUM_BROWSER: "firefox"
BOKCHOY_HEADLESS: "true"
depends_on:
- "es"
- "analyticsapi"
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ lxml==4.9.3
# via edx-i18n-tools
markupsafe==2.1.3
# via jinja2
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# 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
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.1.1
newrelic==9.1.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ edx-lint
pytest
pytest-cov
pytest-django
selenium
testfixtures
42 changes: 7 additions & 35 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ astroid==3.0.1
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.1.0
# via
# outcome
# trio
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
Expand All @@ -28,7 +24,6 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
# selenium
cffi==1.16.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -165,19 +160,13 @@ edx-rest-api-client==5.6.1
edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
# via
# pytest
# trio
# trio-websocket
h11==0.14.0
# via wsproto
# via pytest
httpretty==1.1.4
# via -r requirements/test.in
idna==3.4
# via
# -r requirements/base.txt
# requests
# trio
iniconfig==2.0.0
# via pytest
isort==5.12.0
Expand All @@ -200,7 +189,7 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.1.1
newrelic==9.1.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -209,8 +198,6 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
outcome==1.3.0.post0
# via trio
packaging==23.2
# via pytest
path==16.7.1
Expand All @@ -225,7 +212,9 @@ pbr==6.0.0
# -r requirements/base.txt
# stevedore
platformdirs==3.11.0
# via pylint
# via
# -c requirements/common_constraints.txt
# pylint
pluggy==1.3.0
# via pytest
polib==1.2.0
Expand Down Expand Up @@ -276,8 +265,6 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pysocks==1.7.1
# via urllib3
pytest==7.4.3
# via
# -r requirements/test.in
Expand Down Expand Up @@ -318,8 +305,6 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
selenium==4.15.2
# via -r requirements/test.in
semantic-version==2.10.0
# via
# -r requirements/base.txt
Expand All @@ -335,8 +320,6 @@ slumber==0.7.1
# via
# -r requirements/base.txt
# edx-rest-api-client
sniffio==1.3.0
# via trio
snowballstemmer==2.2.0
# via pydocstyle
social-auth-app-django==5.4.0
Expand All @@ -348,8 +331,6 @@ social-auth-core==4.5.0
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sortedcontainers==2.4.0
# via trio
sqlparse==0.4.4
# via
# -r requirements/base.txt
Expand All @@ -371,14 +352,8 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
trio==0.23.1
# via
# selenium
# trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.8.0
# via
# -r requirements/base.txt
Expand All @@ -387,11 +362,8 @@ typing-extensions==4.8.0
# django-countries
# edx-opaque-keys
# pylint
urllib3[socks]==1.26.18
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# requests
# selenium
wsproto==1.2.0
# via trio-websocket
14 changes: 10 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,26 @@ 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
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
# tox-battery
tox-battery==0.6.2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ passenv =
COVERAGE_DIR
DISPLAY
SELENIUM_BROWSER
BOKCHOY_HEADLESS
deps =
django42: -r requirements/django.txt
-r {toxinidir}/requirements/test.txt
Expand Down

0 comments on commit 447ab65

Please sign in to comment.