project-bluebird / bluebird

Server to communicate with NATS air traffic simulator and Bluesky
MIT License
10 stars 4 forks source link

Fix sector GET test #83

Closed thobson88 closed 4 years ago

thobson88 commented 4 years ago

As discussed in nats repo #162

rkm commented 4 years ago

The build will fail due to some other issues, but I'll merge this if the sector tests now pass 👍

rkm commented 4 years ago

No luck it seems: https://travis-ci.com/alan-turing-institute/bluebird/builds/144314709#L1283

thobson88 commented 4 years ago

@rkm For this to work, I need travis to pick up aviary from the develop branch, so I tried updating the relevant line in the travis config but I can't see this change in the latest travis build - i.e. it still points to the feature/deserialise-sector branch.

rkm commented 4 years ago

I've cleared the Travis cache and re-added the explicit pip install for Aviary - this time with --no-cache-dir --force-reinstall. Hopefully this should fix things.

rkm commented 4 years ago

Looks like this is still failing (during test collection now): https://travis-ci.org/alan-turing-institute/bluebird/builds/636916893#L660

rkm commented 4 years ago

Sorted! https://travis-ci.org/alan-turing-institute/bluebird/builds/637666096#L605

thobson88 commented 4 years ago

Nice one @rkm. This is great.