Loading pkgs/development/python-modules/sqlalchemy-mixins/default.nix +6 −2 Original line number Diff line number Diff line { lib, aiosqlite, buildPythonPackage, fetchFromGitHub, setuptools, Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "absent1706"; repo = pname; repo = "sqlalchemy-mixins"; rev = "refs/tags/v${version}"; hash = "sha256-0uB3x7RQSNEq3DyTSiOIGajwPQQEBjXK8HOyuXCNa/E="; }; Loading @@ -30,7 +31,10 @@ buildPythonPackage rec { sqlalchemy ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ aiosqlite pytestCheckHook ]; pythonImportsCheck = [ "sqlalchemy_mixins" ]; Loading Loading
pkgs/development/python-modules/sqlalchemy-mixins/default.nix +6 −2 Original line number Diff line number Diff line { lib, aiosqlite, buildPythonPackage, fetchFromGitHub, setuptools, Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "absent1706"; repo = pname; repo = "sqlalchemy-mixins"; rev = "refs/tags/v${version}"; hash = "sha256-0uB3x7RQSNEq3DyTSiOIGajwPQQEBjXK8HOyuXCNa/E="; }; Loading @@ -30,7 +31,10 @@ buildPythonPackage rec { sqlalchemy ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ aiosqlite pytestCheckHook ]; pythonImportsCheck = [ "sqlalchemy_mixins" ]; Loading