python3.pkgs.qcodes-loop: mark as broken on Darwin

This commit is contained in:
Doron Behar 2023-09-23 11:32:43 +03:00
parent 55b52d274e
commit d77d51e702

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, fetchpatch
, fetchPypi
, pythonOlder
@ -97,5 +98,7 @@ buildPythonPackage rec {
homepage = "https://github.com/QCoDeS/Qcodes_loop";
license = licenses.mit;
maintainers = with maintainers; [ evilmav ];
# Some tests fail on this platform
broken = stdenv.isDarwin;
};
}