aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-flake8/tests-ignore-deprecated-legacy-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-flake8/tests-ignore-deprecated-legacy-version.patch')
-rw-r--r--community/py3-flake8/tests-ignore-deprecated-legacy-version.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/py3-flake8/tests-ignore-deprecated-legacy-version.patch b/community/py3-flake8/tests-ignore-deprecated-legacy-version.patch
deleted file mode 100644
index ecc44a4bea2..00000000000
--- a/community/py3-flake8/tests-ignore-deprecated-legacy-version.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/pytest.ini b/pytest.ini
-index 4a00d9a..38e1959 100644
---- a/pytest.ini
-+++ b/pytest.ini
-@@ -8,3 +8,4 @@ filterwarnings =
- # python3 raises this when importing setuptools
- ignore:the imp module is deprecated in favour of importlib.*:PendingDeprecationWarning
- ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
-+ ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release:DeprecationWarning