diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-13 10:18:35 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-13 10:19:03 -0700 |
commit | cc89c679a0afdb4379b82cacdfe48f8950f7ea37 (patch) | |
tree | ee8588baf47c466ed271a7ed7e1b7878e3d22e35 /dev-python/apispec/files | |
parent | dev-python/zipp: ppc64 stable wrt bug #720662 (diff) | |
download | gentoo-cc89c679a0afdb4379b82cacdfe48f8950f7ea37.tar.gz gentoo-cc89c679a0afdb4379b82cacdfe48f8950f7ea37.tar.bz2 gentoo-cc89c679a0afdb4379b82cacdfe48f8950f7ea37.zip |
dev-python/apispec-3.3.0: version bump
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/apispec/files')
-rw-r--r-- | dev-python/apispec/files/apispec-3.3.0-tests.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/apispec/files/apispec-3.3.0-tests.patch b/dev-python/apispec/files/apispec-3.3.0-tests.patch new file mode 100644 index 000000000000..fb2ffc549207 --- /dev/null +++ b/dev-python/apispec/files/apispec-3.3.0-tests.patch @@ -0,0 +1,20 @@ +diff --git a/tests/test_ext_marshmallow_openapi.py b/tests/test_ext_marshmallow_openapi.py +index ab1b0b8..d151a32 100644 +--- a/tests/test_ext_marshmallow_openapi.py ++++ b/tests/test_ext_marshmallow_openapi.py +@@ -454,6 +454,7 @@ class TestNesting: + assert "breed" not in category_props + + ++@pytest.mark.skip("test requires extra dependencies") + def test_openapi_tools_validate_v2(): + ma_plugin = MarshmallowPlugin() + spec = APISpec( +@@ -512,6 +513,7 @@ def test_openapi_tools_validate_v2(): + pytest.fail(str(error)) + + ++@pytest.mark.skip("test requires extra dependencies") + def test_openapi_tools_validate_v3(): + ma_plugin = MarshmallowPlugin() + spec = APISpec( |