Derrick Gilland

Results 34 comments of Derrick Gilland

@asottile Thanks for the suggestion! Using `setenv = PIP_PROCESS_DEPENDENCY_LINKS = 1`, I was able to incorporate `tox-pip-extensions` into my tox workflow.

Your error message seems to indicate a read timeout from omdbapi.com. Is that issue still happening? Could have been an issue with their site. If you get the timeout error...

If an omdbapi.com request fails, an exception will be raised. So putting a try/except around it and handling the error would be the way to go. All request errors will...

Use whatever works best :+1: