python3Packages.qiskit-terra: mark broken
The test suite segfaults the python interpreter. https://hydra.nixos.org/build/199001077
This commit is contained in:
parent
6b242972a1
commit
0e1acfc749
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue