Skip to content

Commit

Permalink
Add webdriver-manager to testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
akksi committed Oct 22, 2021
1 parent cd0d330 commit 55f4f66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
command: |
python -m venv venv && . venv/bin/activate
pip install --upgrade pip wheel
pip install webdriver-manager
pip install -e .[ci,dev,testing] --no-cache-dir --progress-bar off
- run:
name: 🌸 Python & JS Lint
Expand Down
1 change: 1 addition & 0 deletions requires-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pytest>=6.0.2
requests[security]>=2.21.0
selenium>=3.141.0
waitress>=1.4.4
webdriver-manager>=3.5.1

0 comments on commit 55f4f66

Please sign in to comment.