Skip to content

Commit caf80fa

Browse files
committed
Add webdriver-manager to testing requirements
1 parent cd0d330 commit caf80fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
command: |
103103
python -m venv venv && . venv/bin/activate
104104
pip install --upgrade pip wheel
105-
pip install webdriver-manager
106105
pip install -e .[ci,dev,testing] --no-cache-dir --progress-bar off
107106
- run:
108107
name: 🌸 Python & JS Lint

requires-testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ pytest>=6.0.2
77
requests[security]>=2.21.0
88
selenium>=3.141.0
99
waitress>=1.4.4
10+
webdriver-manager>=3.5.1

0 commit comments

Comments
 (0)