python3Packages.qiskit-terra: mark broken

The test suite segfaults the python interpreter.

https://hydra.nixos.org/build/199001077
This commit is contained in:
Martin Weinelt 2022-11-19 13:40:03 +01:00
parent 6b242972a1
commit 0e1acfc749
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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.