Update to 0.32.0 (close RHBZ#2321522)
This commit is contained in:
parent
2d22a37a13
commit
77268f146c
3 changed files with 6 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%bcond doc_pdf %{undefined el10}
|
||||
|
||||
Name: python-OWSLib
|
||||
Version: 0.31.0
|
||||
Version: 0.32.0
|
||||
Release: %autorelease
|
||||
Summary: OGC Web Service utility library
|
||||
|
||||
|
|
@ -124,6 +124,9 @@ PYTHONPATH="${PWD}" %make_build -C docs latex \
|
|||
# Otherwise, pytest finds the package twice in the Python path and complains.
|
||||
rm -rf owslib
|
||||
|
||||
# This requires network access (during test collection!)
|
||||
ignore="${ignore-} --ignore=tests/test_ogcapi_connectedsystems_osh.py"
|
||||
|
||||
# These require test data files from tests/resources/, which we have removed:
|
||||
ignore="${ignore-} --ignore-glob=tests/doctests/*.txt"
|
||||
k="${k-}${k+ and }not test_gm03"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue