Merge pull request #310742 from annaleeleaves/ubar-test-fix

python312Packages.uqbar: add modules to unbreak tests
This commit is contained in:
Weijia Wang
2024-05-11 10:52:34 +02:00
committed by GitHub
@@ -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"