Ver Fonte

Fix testing

oz123 há 10 anos atrás
pai
commit
8d5bcfbaf6
3 ficheiros alterados com 1 adições e 2 exclusões
  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