浏览代码

Update tests_require

oz123 10 年之前
父节点
当前提交
16082fb5bd
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 1
      requirements.txt
  2. 1 0
      setup.py

+ 0 - 1
requirements.txt

@@ -1,3 +1,2 @@
 pycrypto>=2.6
 colorama>=0.2.4
-pexpect

+ 1 - 0
setup.py

@@ -75,6 +75,7 @@ setup(name=pwman.appname,
           'Programming Language :: Python :: 2.7'
       ],
       test_suite='pwman.tests.suite',
+      tests_require=['pexpect'],
       cmdclass={
           'install_pycrypto': PyCryptoInstallCommand,
           'build_manpage': BuildManPage,