Skip to content

Commit 0aecdda

Browse files
authored
Pin python-chromedriver-binary == 2.46 (#31)
* Pin pytho-chromedriver-binary == 2.46 * Try alternative chromedriver for OSX
1 parent a3a0128 commit 0aecdda

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

anaconda-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ env_specs:
144144
- flake8
145145
- geckodriver
146146
- python >=3.6,<3.7
147-
- python-chromedriver-binary >=2.45
147+
- python-chromedriver-binary ==2.46
148148
- robotframework
149149
- robotframework-lint
150150
- robotframework-seleniumlibrary

ci/steps.conda.test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- ${{ if eq(parameters.name, 'Windows') }}:
2+
- ${{ if eq(parameters.name, 'MacOSX') }}:
33
- task: CondaEnvironment@1
44
inputs:
55
createOptions: -c defaults -c conda-forge
@@ -13,12 +13,12 @@ steps:
1313
constructor
1414
geckodriver
1515
pillow
16-
python-chromedriver-binary==2.42
16+
python-chromedriver-binary>2.46,<74
1717
python>=3.6,<3.7
1818
robotframework-seleniumlibrary>=3.3.1
1919
robotframework>=3.1
2020
six
21-
- ${{ if not(eq(parameters.name, 'Windows')) }}:
21+
- ${{ if not(eq(parameters.name, 'MacOSX')) }}:
2222
- task: CondaEnvironment@1
2323
inputs:
2424
createOptions: -c defaults -c conda-forge
@@ -32,7 +32,7 @@ steps:
3232
constructor
3333
geckodriver
3434
pillow
35-
python-chromedriver-binary>=2.45
35+
python-chromedriver-binary==2.46
3636
python>=3.6,<3.7
3737
robotframework-seleniumlibrary>=3.3.1
3838
robotframework>=3.1

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- flake8
1515
- geckodriver
1616
- python >=3.6,<3.7
17-
- python-chromedriver-binary >=2.45
17+
- python-chromedriver-binary ==2.46
1818
- robotframework
1919
- robotframework-lint
2020
- robotframework-seleniumlibrary

0 commit comments

Comments
 (0)