Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis builds fail with PyTest 4 #101

Open
smmaurer opened this issue Jan 29, 2019 · 1 comment
Open

Travis builds fail with PyTest 4 #101

smmaurer opened this issue Jan 29, 2019 · 1 comment

Comments

@smmaurer
Copy link
Member

Travis builds are failing currently for the Pandana master branch: https://travis-ci.org/UDST/pandana

They passed 4 months ago when the last PR was merged, and were triggered again today because I added a version tag. It looks like they're failing now because of a change in the PyTest command line syntax, but i haven't dug into it yet.

@smmaurer smmaurer changed the title Travis builds failing Travis builds fail with PyTest 4 Apr 16, 2019
@smmaurer
Copy link
Member Author

smmaurer commented Apr 16, 2019

I got the test builds working for the time being by specifying pytest<4.0 in the Travis script.

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

The last working build (430) installed PyTest 3.8, and the first failing build (431) installed PyTest 4.1.1.

https://travis-ci.org/UDST/pandana/builds/429668388 (430)
https://travis-ci.org/UDST/pandana/builds/485669326 (431)

This is hard for me to troubleshoot locally because of C compilation issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants