sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

Update tests to run against an existing photo and album from Flickr C… #126

Closed hugovk closed 4 years ago

hugovk commented 5 years ago

Fix #125.

Looks like some photos and albums no longer exist on Flickr. I expect it's because Flickr have restricted free accounts to 1,000 photos and deleted the rest.

This replaces them with a photo and album from Flickr Commons, which are free accounts for non-profit organisations, and are hopefully more stable.

hugovk commented 5 years ago

The flake8 failure is unrelated and will be fixed by #119.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 71.156% when pulling 1222767eca39fa6560bc5ec65dcdc50d8b11f41d on hugovk:fix-tests into a4a9670dfbafcd0fad8044c363e5ff1780269253 on sybrenstuvel:master.

sybrenstuvel commented 4 years ago

That was indeed what happened, thanks for providing a future-proof fix.

hugovk commented 4 years ago

You're welcome! No guarantees but hopefully a more future-proof fix!