소스 검색

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,