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
commit b08054ee3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"