Skyscanner / skyscanner-python-sdk

Skyscanner Python SDK
Other
122 stars 33 forks source link

Intermittently failing unit tests due to throttling #2

Closed ardydedase closed 9 years ago

ardydedase commented 9 years ago

Unit tests are intermittently failing because we are using the same API key that is in the Skyscanner B2B API docs page.

One solution suggested by @ddudnik is to have a dedicated API key for unit tests.

ardydedase commented 9 years ago

Should be good now.