Explorar o código

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

Remove pytest-related dependencies from setup.py
Scott Dodson %!s(int64=8) %!d(string=hai) anos
pai
achega
c4bfb12a5c
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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.