python3Packages.datalad: restore tests fixed in release 1.3.0

This commit is contained in:
Sarah Clark
2026-01-18 10:10:04 -08:00
parent 0ced30df82
commit eb8cef78ab
@@ -161,17 +161,6 @@ buildPythonPackage (finalAttrs: {
"test_wtf"
# hangs
"test_keyring"
]
++ lib.optionals (pythonAtLeast "3.14") [
# For all: https://github.com/datalad/datalad/issues/7781
# AssertionError: `assert 1 == 0` (refcount error)
"test_GitRepo_flyweight"
"test_Dataset_flyweight"
"test_AnnexRepo_flyweight"
# TypeError: cannot pickle '_thread.lock' object
"test_popen_invocation"
# datalad.runner.exception.CommandError: '/python3.14 -i -u -q -']' timed out after 0.5 seconds
"test_asyncio_loop_noninterference1"
];
nativeCheckInputs = [