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

install: update flask version and fix build #57

Merged
merged 1 commit into from
Jun 2, 2017

Conversation

nharraud
Copy link
Member

@nharraud nharraud commented Jun 2, 2017

Signed-off-by: Nicolas Harraudeau [email protected]

setup.py Outdated
@@ -35,7 +35,7 @@
'check-manifest>=0.25',
'coverage>=4.0',
'isort>=4.2.2',
'jsonresolver[jsonschema]>=0.2.0',
'jsonresolver[jsonschema]>=0.2.1',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you trying to fix the JSONSCHEMAS_HOST warning here? Because I don't think that this is the problem; The only dependency difference between a running build and a failed build is the version of Flask (compare https://travis-ci.org/inveniosoftware/invenio-jsonschemas/jobs/238764205#L259 and https://travis-ci.org/inveniosoftware/invenio-jsonschemas/jobs/238764224#L259).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed, I'll bump the flask version.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Truth to be told, this is stumping me: I can't reproduce locally, even the logging on Travis is different (it looks like it's only printing stderr?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can reproduce but the logging was not every time the same. It's strange.

@nharraud nharraud force-pushed the minor-fix branch 2 times, most recently from 544526f to ad0ca5c Compare June 2, 2017 14:44
@nharraud
Copy link
Member Author

nharraud commented Jun 2, 2017

@jacquerie tests passed. Can you review and rebase your release PR on top of it?

'jsonresolver[jsonschema]>=0.2.0',
'pydocstyle>=1.0.0',
'jsonresolver[jsonschema]>=0.2.1',
'pydocstyle>=2.0.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you are able to reproduce: do we need these and...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are only test dependencies so I would rather update them as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had issues with pydocstyle in other modules (see inveniosoftware/troubleshooting#9). Having the last version will make the future failure more consistent between 'lowest' and 'release' builds.

@@ -46,7 +46,7 @@

extras_require = {
'docs': [
'Sphinx>=1.4.2',
'Sphinx>=1.6.2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this to pass?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I got another issue with the previous version of sphinx. See sphinx-doc/sphinx#3212

@jacquerie
Copy link
Contributor

Can you review and rebase your release PR on top of it?

Of course! I have a small question, otherwise for me this is good to go.

* Update Flask version.

* Fixes isort issue in a test file.

* Fixes sphinx issue related to python 3 types refrences.
  (see https://bugs.python.org/issue11975)

* Fixes sphinx build by updating to the last version. See
  sphinx-doc/sphinx#3212

Signed-off-by: Nicolas Harraudeau <[email protected]>
@nharraud nharraud changed the title global: fix minor sphinx and isort issues install: update flask version and fix build Jun 2, 2017
@jacquerie
Copy link
Contributor

LGTM

@nharraud nharraud merged commit 8552f84 into inveniosoftware:master Jun 2, 2017
@nharraud nharraud deleted the minor-fix branch June 2, 2017 15:21
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