Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Python 3.9 in CI when python 3.6 was setup #229

Closed
aleksandr-kotlyar opened this issue Oct 6, 2021 · 0 comments · Fixed by #230
Closed

Unexpected Python 3.9 in CI when python 3.6 was setup #229

aleksandr-kotlyar opened this issue Oct 6, 2021 · 0 comments · Fixed by #230
Assignees

Comments

@aleksandr-kotlyar
Copy link
Collaborator

aleksandr-kotlyar commented Oct 6, 2021

What

CI started to fail opera tests without changing the library or the tests or project dependencies.

image

But 2 month ago 1 august tests with same project configuration have passed

image

Both of them have 3.9 python - but we see that 1 aug was python 3.9.6 and 6 oct is 3.9.7 and something goes wrong

Solution

Python 3.9 should not be executed in CI until we start test webdriver_manager on it.
So we need to configure all ci jobs to use python 3.6.

aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
aleksandr-kotlyar added a commit to aleksandr-kotlyar/webdriver_manager that referenced this issue Oct 6, 2021
SergeyPirogov pushed a commit that referenced this issue Oct 7, 2021
* [#227] download IEDriverServer from SeleniumHQ/selenium GitHub releases

- adopt IEDriverServer to be downloaded from SeleniumHQ/selenium GitHub repo release assets instead of https://selenium-release.storage.googleapis.com/
- format indentations and linebreaks in GeckoDriver and IEDriver classes
- format indentations and linebreaks in microsoft.py

* [#229] use python 3.6 version in all jobs
@aleksandr-kotlyar aleksandr-kotlyar self-assigned this May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant