Skip to content

Commit

Permalink
test: Upgrade Selenium to auto-download ChromeDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 22, 2023
1 parent 33dade2 commit d13aa1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ __pycache__
.coverage
.ve
/media
/chromedriver
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ pysassc -t compressed -I bootstrap cove_ocds/sass/styles-oc4ids.sass cove_ocds/s

## Running the tests

[Set up chromedriver](https://chromedriver.chromium.org/getting-started), then run:

```bash
pytest
```
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ schema==0.7.4
# via
# -r requirements.txt
# flattentool
selenium==4.8.3
selenium==4.11.2
# via -r requirements_dev.in
sentry-sdk==1.19.0
# via -r requirements.txt
Expand Down

0 comments on commit d13aa1c

Please sign in to comment.