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

pin attrs for jsonschema #115

Merged
merged 1 commit into from
Nov 9, 2018
Merged

pin attrs for jsonschema #115

merged 1 commit into from
Nov 9, 2018

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 10, 2018

jsonschema 3.0 requires attrs 17.4, but pip doesn’t seem to pull it in

closes #110

jsonschema requires attrs 17.4, but pip doesn’t seem to pull it in
@willingc
Copy link
Contributor

@minrk I did some testing of this PR on my branch and was able to get all to pass with a few minor changes, setting 3.6 in the tests to 3.6.6 and attrs > 17.4 (dropping the equal). Here's the branch if you want to make the changes on this PR master...willingc:fix-attrs

@mbmilligan mbmilligan merged commit 796e650 into jupyterhub:master Nov 9, 2018
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.

jsonschema==3.0.0a1 is breaking tests
3 participants