Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 9fd544c

Browse files
committed
Tests: ROLLBACK: Upgrade python bindings from 3.5.0 to selenium==3.6.0
1 parent 873e8f7 commit 9fd544c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Note image ids also change after scm-source.json has being updated which trigger
99

1010
## TBD_DOCKER_TAG
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.5.3-p8...3.5.3-p9 (TBD_DATE)
12-
+ Tests: Upgrade python bindings from 3.5.0 to selenium==3.6.0
1312
+ Tests: CI: Add logic for untrusted PRs
1413
+ **Image tag details:**
1514
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For pull requests or local commits:
1111

1212
For repository owners only:
1313

14-
git commit -m "Tests: Upgrade python bindings from 3.5.0 to selenium==3.6.0"
14+
git commit -m "Tests: ROLLBACK: Upgrade python bindings from 3.5.0 to selenium==3.6.0"
1515
git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1616

1717
-- Wait for Travis to pass OK

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
selenium==3.6.0
1+
selenium==3.5.0
22
retrying>=1.3.3

0 commit comments

Comments
 (0)