You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests in test_main.py are sending real HTTP Get requests, which sometimes just do not work. Although timeout and max retries have been already increased.
Consider to mock those requests to make them 100% reliable, especially when introducing Travis CI with #1.
Links
tbd/tba
The text was updated successfully, but these errors were encountered:
Overview
The tests in test_main.py are sending real HTTP Get requests, which sometimes just do not work. Although timeout and max retries have been already increased.
Consider to mock those requests to make them 100% reliable, especially when introducing Travis CI with #1.
Links
The text was updated successfully, but these errors were encountered: