python.pkgs.sqlalchemy: fix build

wip/yesman
Frederik Rietdijk 6 years ago
parent cb5bf262cd
commit 07753e8875
  1. 2
      pkgs/development/python-modules/sqlalchemy/default.nix

@ -26,7 +26,7 @@ buildPythonPackage rec {
] ++ lib.optional (!isPy3k) pysqlite;
checkPhase = ''
py.test
py.test -k "not test_round_trip_direct_type_affinity"
'';
meta = with lib; {

Loading…
Cancel
Save