mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-30 00:38:07 -07:00
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
21 lines
697 B
Diff
21 lines
697 B
Diff
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(
|