python3Packages.retworkx: 0.3.3 -> 0.3.4

Fix issue with hash lookup that failed on python3.8.
This commit is contained in:
Drew Risinger
2020-07-01 10:37:29 -07:00
committed by Jon
parent 8c2d5d8cce
commit 9962a039b3
2 changed files with 16 additions and 10 deletions
@@ -94,6 +94,9 @@ buildPythonPackage rec {
"qiskit.transpiler.passes.routing.cython.stochastic_swap.swap_trial"
];
disabledTests = [
"test_random_clifford_valid" # random test, fails at least once when testing locally.
];
pytestFlagsArray = [
"--ignore=test/randomized/test_transpiler_equivalence.py" # collection requires qiskit-aer, which would cause circular dependency
];