Loading pkgs/development/python-modules/pytest-flask/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,22 @@ buildPythonPackage rec { sha256 = "46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d"; }; doCheck = false; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ flask werkzeug ]; nativeBuildInputs = [ setuptools-scm ]; pythonImportsCheck = [ "pytest_flask" ]; meta = with lib; { description = "A set of pytest fixtures to test Flask applications"; Loading Loading
pkgs/development/python-modules/pytest-flask/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,22 @@ buildPythonPackage rec { sha256 = "46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d"; }; doCheck = false; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ flask werkzeug ]; nativeBuildInputs = [ setuptools-scm ]; pythonImportsCheck = [ "pytest_flask" ]; meta = with lib; { description = "A set of pytest fixtures to test Flask applications"; Loading