python312Packages.uqbar: add modules to unbreak tests

This commit is contained in:
annalee
2024-05-11 03:44:06 +00:00
parent 8c810f6f55
commit 1ae75cc084
@@ -4,8 +4,10 @@
, pytestCheckHook
, pythonAtLeast
, pythonOlder
, defusedxml
, setuptools
, sphinx
, typing-extensions
, unidecode
}:
@@ -40,6 +42,11 @@ buildPythonPackage rec {
pytestCheckHook
];
checkInputs = [
defusedxml
typing-extensions
];
disabledTests = [
# UnboundLocalError: local variable 'output_path' referenced before assignment
"test_01"