Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPin pytest to a version that doesn't require six #372
Conversation
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? |
There's another PR that fixes That's the root cause of the AppVeyor failure. |
Fyi, I'll be able to help in about 15 mins.
…On Wed, 29 Nov 2017 08:02 Will Kahn-Greene ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#372 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA69PhwjMbOvoXKFnMvxVuwd3sYjsMRks5s7K0LgaJpZM4QuOx6>
.
|
I've rebased & fixed my PR (#364), and if you rebase this PR on top of mine, I think everything should be green. |
PR #364 pins pytest now. I'm going to close this PR out. |
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.