diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-30 13:09:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-30 13:09:32 +0200 |
commit | 0da74d978ec2eee99d14770630febcae8ececa0d (patch) | |
tree | 34519965b19bacf3d2e5b0d96d04492c36082552 /dev-python/pylint/files | |
parent | dev-python/inflect: Remove old (diff) | |
download | gentoo-0da74d978ec2eee99d14770630febcae8ececa0d.tar.gz gentoo-0da74d978ec2eee99d14770630febcae8ececa0d.tar.bz2 gentoo-0da74d978ec2eee99d14770630febcae8ececa0d.zip |
dev-python/pylint: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylint/files')
-rw-r--r-- | dev-python/pylint/files/pylint-2.5.3-tests.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/pylint/files/pylint-2.5.3-tests.patch b/dev-python/pylint/files/pylint-2.5.3-tests.patch deleted file mode 100644 index 72a42e4caaeb..000000000000 --- a/dev-python/pylint/files/pylint-2.5.3-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/test_self.py b/tests/test_self.py -index 6c27fd6c..9fde0214 100644 ---- a/tests/test_self.py -+++ b/tests/test_self.py -@@ -686,6 +686,7 @@ class TestRunTC: - ) - - @staticmethod -+ @pytest.mark.skip("seems to be failing to import nonexistant module") - def test_do_not_import_files_from_local_directory(tmpdir): - p_astroid = tmpdir / "astroid.py" - p_astroid.write("'Docstring'\nimport completely_unknown\n") |