-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
Comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
CI started to fail opera tests without changing the library or the tests or project dependencies.
But 2 month ago 1 august tests with same project configuration have passed
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.
The text was updated successfully, but these errors were encountered: