oz123 hace 10 años
padre
commit
8d5bcfbaf6
Se han modificado 3 ficheros con 1 adiciones y 2 borrados
  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