python3Packages.datalad-gooey: disable broken test on python 3.14
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
lib,
|
||||
git,
|
||||
fetchFromGitHub,
|
||||
pythonAtLeast,
|
||||
setuptools,
|
||||
git-annex,
|
||||
pyside6,
|
||||
@@ -55,6 +56,10 @@ buildPythonPackage {
|
||||
git-annex
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.14") [
|
||||
"test_lsfiles"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "datalad_gooey" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user