pydata / pydata-google-auth

A package providing helpers for authenticating to Google APIs.
https://pydata-google-auth.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
37 stars 17 forks source link

test: fix flake in `test_webserver` #37

Closed tswast closed 4 years ago

tswast commented 4 years ago

Since the real find_open_port runs, the requested port might not always be 8080. For example, this test was consistently failing when running pytest tests because the unit tests were running after the system tests, making the requested port 8082.

Follow-up to #35