소스 검색

Fix testing

oz123 10 년 전
부모
커밋
8d5bcfbaf6
3개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      Makefile
  2. 0 1
      requirements.txt
  3. 1 0
      test_requirements.txt

+ 0 - 1
Makefile

@@ -39,7 +39,6 @@ lint:
 	flake8 pwman scripts
 
 test: install clean
-	git checkout tests/pwman.v0.0.8.db
 	python setup.py test
 	@rm -f pwman/tests/test.conf
 

+ 0 - 1
requirements.txt

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

+ 1 - 0
test_requirements.txt

@@ -0,0 +1 @@
+psycopg2