You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/astroid/files/astroid-2.1.0-no-pytest-run...

13 lines
474 B

diff --git a/setup.py b/setup.py
index 2ad90aac..4628a40f 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,6 @@ def install():
install_requires = install_requires,
extras_require=extras_require,
packages=find_packages(exclude=['astroid.tests']) + ['astroid.brain'],
- setup_requires=['pytest-runner'],
test_suite='test',
tests_require=['pytest'],
)