Closed huard closed 3 years ago
Sphinx is in https://github.com/geopython/pywps/blob/20e1e254a3f7914e555fa89f363d1f6eb5f3895c/requirements-dev.txt#L4 so that might explain why it's passing on Travis-CI https://travis-ci.org/github/geopython/pywps/builds/750280910
That's coming from my commit https://github.com/geopython/pywps/commit/2a55b6e95f51c648dc94bf3c89db7370b56c1c9c, so should I have created the MetadataUrl
class in pywps.app.Common
instead?
I introduced the commit above in this PR https://github.com/geopython/pywps/pull/542. It was my first time touching pywps code. The class MetadataUrl
should probably be in pywps.app.Common
together with Metadata
instead. Will submit a PR for this.
fixed by PR #565
Description
sphinx is not in requirements but is imported by pywps.test.
This does not seem to be a problem in
master
, but not sure if it because the issue was fixed, or the commit not pulled into master.Steps to Reproduce
Then