Skip to content

Commit

Permalink
Removed selenium tests and it's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djamg committed Nov 17, 2023
1 parent 61f141a commit 412c16c
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 440 deletions.
2 changes: 0 additions & 2 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ pytest-dotenv
pytest-env
pytest-playwright
pytest-rerunfailures
pytest-selenium>=4.0.1
pytest-socket
requests-mock
respx
selenium<4.10 # Selenium 4.10.0 breaks pytest-selenium 4.0.1
sttable
tomlkit
typeguard
36 changes: 2 additions & 34 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:205418da13004ec2954b89ff5a1fcd44c64bbbf5
# SHA1:0ec38442f342a23e780612a78bc6c95a805dd986
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -27,8 +27,6 @@ docopt==0.6.2
# via coveralls
iniconfig==2.0.0
# via pytest
outcome==1.3.0.post0
# via trio
parse==1.19.1
# via
# parse-type
Expand All @@ -54,19 +52,13 @@ pytest==7.4.3
# pytest-cov
# pytest-dotenv
# pytest-env
# pytest-html
# pytest-metadata
# pytest-playwright
# pytest-rerunfailures
# pytest-selenium
# pytest-socket
# pytest-variables
pytest-asyncio==0.21.1
# via -r requirements/test.in
pytest-base-url==2.0.0
# via
# pytest-playwright
# pytest-selenium
# via pytest-playwright
pytest-bdd==7.0.0
# via -r requirements/test.in
pytest-cov==4.1.0
Expand All @@ -75,52 +67,28 @@ pytest-dotenv==0.5.2
# via -r requirements/test.in
pytest-env==1.1.1
# via -r requirements/test.in
pytest-html==4.1.0
# via pytest-selenium
pytest-metadata==3.0.0
# via pytest-html
pytest-playwright==0.3.3
# via -r requirements/test.in
pytest-rerunfailures==12.0
# via -r requirements/test.in
pytest-selenium==4.0.1
# via -r requirements/test.in
pytest-socket==0.6.0
# via -r requirements/test.in
pytest-variables==3.0.0
# via pytest-selenium
python-slugify==8.0.1
# via pytest-playwright
requests-mock==1.11.0
# via -r requirements/test.in
respx==0.20.2
# via -r requirements/test.in
selenium==4.9.1
# via
# -r requirements/test.in
# pytest-selenium
sortedcontainers==2.4.0
# via trio
soupsieve==2.5
# via beautifulsoup4
sttable==0.0.1
# via -r requirements/test.in
tenacity==8.2.3
# via pytest-selenium
text-unidecode==1.3
# via python-slugify
tomlkit==0.12.2
# via -r requirements/test.in
trio==0.23.1
# via
# selenium
# trio-websocket
trio-websocket==0.11.1
# via selenium
typeguard==4.1.5
# via -r requirements/test.in
wsproto==1.2.0
# via trio-websocket

# The following packages are considered to be unsafe in a requirements file:
# setuptools
220 changes: 0 additions & 220 deletions tests/e2e/account/pw_register_test.py

This file was deleted.

Loading

0 comments on commit 412c16c

Please sign in to comment.