Unverified Commit 0e1acfc7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.qiskit-terra: mark broken

The test suite segfaults the python interpreter.

https://hydra.nixos.org/build/199001077
parent 6b242972
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ buildPythonPackage rec {


  meta = with lib; {
    broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
    broken = true; # tests segfault python
    description = "Provides the foundations for Qiskit.";
    longDescription = ''
      Allows the user to write quantum circuits easily, and takes care of the constraints of real hardware.