thermondo / closeio

(deprecated/unused) A small API library to access close.io CRM
Other
3 stars 1 forks source link

Attempt to fix travis builds #96

Closed amureki closed 7 years ago

amureki commented 7 years ago

@codingjoe I've replaced api key, now it works.

however, this part is still causing problems: https://github.com/Thermondo/closeio/blob/master/tests/test_end_to_end.py#L37

This is a closeio problem, but our parallel tests could cause this, because we are bombarding it with requests at relatively same time. I tried to make it less harmful, but would like to know your opinion on this.

codingjoe commented 7 years ago

It's not perfect, but I rather have flaky end2end tests than none at all.