summaryrefslogtreecommitdiff
path: root/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch')
-rw-r--r--dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
deleted file mode 100644
index 4caf59bb30ec..000000000000
--- a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index a7b5e413..841a1c0d 100644
---- a/setup.py
-+++ b/setup.py
-@@ -169,7 +169,6 @@ def install(**kwargs):
- extras_require=extras_require,
- test_suite='test',
- python_requires='>=3.4.*',
-- setup_requires=['pytest-runner'],
- tests_require=['pytest'],
- **kwargs)
-