Merge pull request #310742 from annaleeleaves/ubar-test-fix
python312Packages.uqbar: add modules to unbreak tests
This commit is contained in:
commit
b08054ee3d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user