From 95ea4e83efda3fb594936d53a980f2c84031151e Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 18 Mar 2019 19:47:17 -0400 Subject: dev-python/pylint: remove pytest-runner dependency It's useless Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch (limited to 'dev-python/pylint/files') 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 new file mode 100644 index 000000000000..4caf59bb30ec --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch @@ -0,0 +1,12 @@ +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) + -- cgit v1.2.3-65-gdbad