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

bpo-46178: Remove/rename redundant Travis CI code #30309

Merged
merged 1 commit into from Dec 31, 2021
Merged

Conversation

@hugovk
Copy link
Contributor

@hugovk hugovk commented Dec 30, 2021

Follow on from #30257, some extra Travis CI bits and bobs to remove or rename.


There's also a few extra places that added extra handling to catch random fails on Travis, I didn't touch those, but perhaps they could be reviewed/removed:

$ git grep -i travis
...
Lib/test/pythoninfo.py:            # for device" on Travis CI
Lib/test/pythoninfo.py:        "TRAVIS",
Lib/test/support/socket_helper.py:        # with EADDRNOTAVAIL on Travis CI
Lib/test/support/socket_helper.py:        # EADDRNOTAVAIL on Travis CI.
Lib/test/test_socket.py:                # [bpo-33937](https://bugs.python.org/issue33937) the test randomly fails on Travis CI with
Lib/test/test_socket.py:            # [bpo-33937](https://bugs.python.org/issue33937): catch also ENOMEM, the test randomly fails on Travis CI
...

https://bugs.python.org/issue46178

Copy link
Member

@Mariatta Mariatta left a comment

Thanks

@Mariatta Mariatta merged commit 2cf7d02 into python:main Dec 31, 2021
12 checks passed
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Dec 31, 2021

@Mariatta: Please replace # with GH- in the commit message next time. Thanks!

@hugovk hugovk deleted the rm-travis-ci branch Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants