Browse Source

Merge pull request #3437 from rhcarvalho/fix-setup-deps

Remove pytest-related dependencies from setup.py
Scott Dodson 8 years ago
parent
commit
c4bfb12a5c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      utils/setup.py

+ 0 - 3
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.