Loading pkgs/development/python-modules/pytest-flask/default.nix +5 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , flask Loading Loading @@ -42,6 +43,10 @@ buildPythonPackage rec { "pytest_flask" ]; pytestFlagsArray = lib.optionals stdenv.isDarwin [ "--ignore=tests/test_live_server.py" ]; meta = with lib; { description = "A set of pytest fixtures to test Flask applications"; homepage = "https://pytest-flask.readthedocs.io/"; Loading Loading
pkgs/development/python-modules/pytest-flask/default.nix +5 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , flask Loading Loading @@ -42,6 +43,10 @@ buildPythonPackage rec { "pytest_flask" ]; pytestFlagsArray = lib.optionals stdenv.isDarwin [ "--ignore=tests/test_live_server.py" ]; meta = with lib; { description = "A set of pytest fixtures to test Flask applications"; homepage = "https://pytest-flask.readthedocs.io/"; Loading