UDST / developer

Redesigned UrbanSim developer/pro forma models
https://udst.github.io/developer/
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Fix failing Travis tests #72

Open smmaurer opened 4 years ago

smmaurer commented 4 years ago

Some of the Travis tests have been failing with complaints about how we're using test fixtures: https://travis-ci.org/UDST/developer/jobs/622767650

I'm guessing there was an update to PyTest and it's now stricter than it used to be. If this is what's happening, we can either fix our test scripts to conform to the new standards (ideal) or pin PyTest to an earlier version.