python310Packages.pyqtgraph: Disable failing test
This commit is contained in:
@@ -58,6 +58,9 @@ buildPythonPackage rec {
|
||||
# upstream doesn't consider it serious.
|
||||
# https://github.com/pyqtgraph/pyqtgraph/issues/2110
|
||||
"test_PolyLineROI"
|
||||
] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [
|
||||
# https://github.com/pyqtgraph/pyqtgraph/issues/2645
|
||||
"test_rescaleData"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user