summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/setup.py b/utils/setup.py
index 20e3d81dc..238c64c19 100644
--- a/utils/setup.py
+++ b/utils/setup.py
@@ -65,9 +65,6 @@ setup(
'ooinstall': ['ansible.cfg', 'ansible-quiet.cfg', 'ansible_plugins/*'],
},
- setup_requires=['pytest-runner'],
- tests_require=['pytest'],
-
# To provide executable scripts, use entry points in preference to the
# "scripts" keyword. Entry points provide cross-platform support and allow
# pip to create the appropriate form of executable for the target platform.