Skip to content

Pin pytest to a version that doesn't require six #372

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

Closed
wants to merge 1 commit into from
Closed

Pin pytest to a version that doesn't require six #372

wants to merge 1 commit into from

Conversation

willkg
Copy link
Contributor

@willkg willkg commented Nov 29, 2017

pytest 3.3.0 added six>=1.10.0 as a requirement which messes us up. Either we should drop support for six 1.9 or we can land this which pins pytest to a slightly earlier version as a stopgap.

@willkg
Copy link
Contributor Author

willkg commented Nov 29, 2017

Pretty sure this gets around the problem that prompted issue #370. Though we should do that as well at some point.

@gsnedders When Travis and AppVeyor are happy, can you review this?

@willkg
Copy link
Contributor Author

willkg commented Nov 29, 2017

There's another PR that fixes tox.ini to use requirements-test.txt. I could pull that change into this one, but then that one will require more work to merge. I'm inclined to leave this as is and let that one fix tox.ini.

That's the root cause of the AppVeyor failure.

@jayvdb
Copy link
Contributor

jayvdb commented Nov 29, 2017 via email

@jayvdb
Copy link
Contributor

jayvdb commented Nov 29, 2017

I've rebased & fixed my PR (#364), and if you rebase this PR on top of mine, I think everything should be green.

@willkg willkg mentioned this pull request Nov 29, 2017
@willkg
Copy link
Contributor Author

willkg commented Nov 29, 2017

PR #364 pins pytest now. I'm going to close this PR out.

@willkg willkg closed this Nov 29, 2017
@willkg willkg deleted the fix-pytest branch November 29, 2017 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants