From 908778078736bd36f7a60a2d576d415cb8e000fa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 May 2021 07:31:18 +0100 Subject: gentoo resync : 22.05.2021 --- .../files/pytest-asyncio-0.15.1-310-test-warnings.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch (limited to 'dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch') diff --git a/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch b/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch new file mode 100644 index 000000000000..50f1c9f2d168 --- /dev/null +++ b/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch @@ -0,0 +1,12 @@ +diff --git a/setup.cfg b/setup.cfg +index 0161086..047501c 100644 +--- a/setup.cfg ++++ b/setup.cfg +@@ -8,6 +8,7 @@ show_missing = true + addopts = -rsx --tb=short + testpaths = tests + filterwarnings = error ++ ignore::DeprecationWarning + + [metadata] + # ensure LICENSE is included in wheel metadata -- cgit v1.2.3