It's useless
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
--- /dev/null
+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)
+
>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
dev-python/mccabe[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/pytest-runner[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
PATCHES=(
"${FILESDIR}/${PN}-2.3.1-sphinx-theme.patch"
+ "${FILESDIR}/${PN}-2.3.1-no-pytest-runner.patch"
)
python_compile_all() {