summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-05-23 16:52:15 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-05-23 16:58:37 +0200
commit34ab42fde01c4460534d58dd71cfcfebb3c534ce (patch)
treec8a40569e74316e1984a936625cf435401c43763 /dev-python
parentgames-puzzle/angrydd: allow python-3.9 (diff)
downloadgentoo-34ab42fde01c4460534d58dd71cfcfebb3c534ce.tar.gz
gentoo-34ab42fde01c4460534d58dd71cfcfebb3c534ce.tar.bz2
gentoo-34ab42fde01c4460534d58dd71cfcfebb3c534ce.zip
dev-python/apispec: remove unused patch
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20952 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/apispec/files/apispec-3.3.0-tests.patch20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index fb2ffc549207..000000000000
--- a/dev-python/apispec/files/apispec-3.3.0-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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(