lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.agate-sql: reenable test and use pytest instead of nose

+2 -10
+2 -10
pkgs/development/python-modules/agate-sql/default.nix
··· 5 5 , agate 6 6 , sqlalchemy 7 7 , crate 8 - , nose 8 + , pytestCheckHook 9 9 , geojson 10 10 }: 11 11 ··· 22 22 23 23 propagatedBuildInputs = [ agate sqlalchemy ]; 24 24 25 - # crate is broken in nixpkgs, with SQLAlchemy > 1.3 26 - # Skip tests for now as they rely on it. 27 - doCheck = false; 28 - 29 - checkInputs = [ crate nose geojson ]; 30 - 31 - checkPhase = '' 32 - nosetests 33 - ''; 25 + checkInputs = [ crate geojson pytestCheckHook ]; 34 26 35 27 pythonImportsCheck = [ "agatesql" ]; 36 28