DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

BrowseImage tests fail in Python 3.6 #815

Closed drwelby closed 2 years ago

drwelby commented 4 years ago

When running BrowseImage tests in Python 3.6, the requests don't match the existing cassettes so the tests "fail". The existing test cassettes were generated using Python 3.7

BrowseImage however works in Python 3.6

The cassette matcher probably needs to be relaxed slightly. There is probably a slightly different header being sent by Python 3.6.