sqlalchemy-migrate: re-enable tests
This commit is contained in:
parent
97644a9f4f
commit
42edc6f35e
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0ld2bihp9kmf57ykgzrfgxs4j9kxlw79sgdj9sfn47snw3izb2p6";
|
sha256 = "0ld2bihp9kmf57ykgzrfgxs4j9kxlw79sgdj9sfn47snw3izb2p6";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ unittest2 scripttest pytz pylint mock testtools ];
|
checkInputs = [ unittest2 scripttest pytz pylint mock testtools tempest-lib ];
|
||||||
propagatedBuildInputs = [ pbr tempita decorator sqlalchemy six sqlparse ];
|
propagatedBuildInputs = [ pbr tempita decorator sqlalchemy six sqlparse ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
@ -27,8 +27,7 @@ buildPythonPackage rec {
|
|||||||
${python.interpreter} setup.py test
|
${python.interpreter} setup.py test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Tests require tempest-lib which requires the broken oslo-config
|
doCheck = true;
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://code.google.com/p/sqlalchemy-migrate/;
|
homepage = http://code.google.com/p/sqlalchemy-migrate/;
|
||||||
|
Loading…
Reference in New Issue
Block a user