Commit 3954f4ea authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.pytest-flask: disable flaky test on darwin

parent 6e196f1c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, flask
@@ -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/";