瀏覽代碼

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

Remove pytest-related dependencies from setup.py
Scott Dodson 8 年之前
父節點
當前提交
c4bfb12a5c
共有 1 個文件被更改,包括 0 次插入3 次删除
  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.