UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
386 stars 84 forks source link

fix travis py.test #102

Closed sablanchard closed 5 years ago

sablanchard commented 5 years ago

fixes an issue with travis running py.test

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.891% when pulling aeb70e219d6d00f8548cb8d520d0f4e1bd983877 on fix-travis into 46d5a767f92d48291fcab3cc1db0879974c16995 on master.

smmaurer commented 5 years ago

I got this working by specifying pytest<4.0 in .travis.yml.

It's not clear to me what in PyTest 4 broke our syntax. The test invocations in setup.py are pretty complicated.

https://docs.pytest.org/en/latest/changelog.html

This resolves issue #101, for the time being.