···4141 checkPhase = ''
4242 rm -r fiona # prevent importing local fiona
4343 # Some tests access network, others test packaging
4444- pytest -k "not test_*_http \
4545- and not test_*_https \
4646- and not test_*_wheel"
4444+ pytest -k "not (http or https or wheel)"
4745 '';
48464947 meta = with lib; {
···2222 # rely on using example programs (flowers/examples/tasks.py) which
2323 # are not part of the distribution
2424 rm tests/load.py
2525+ substituteInPlace requirements/default.txt --replace "prometheus_client==0.8.0" "prometheus_client>=0.8.0"
2526 '';
26272728 propagatedBuildInputs = [
···3940 homepage = "https://github.com/mher/flower";
4041 license = licenses.bsdOriginal;
4142 maintainers = [ maintainers.arnoldfarkas ];
4343+ broken = (celery.version == "5.0.2"); # currently broken with celery>=5.0 by https://github.com/mher/flower/pull/1021
4244 };
4345}