python3Packages.oslo-log: fix tests

This commit is contained in:
Jonathan Ringer
2022-02-06 20:06:23 -08:00
parent 91c26b8e39
commit a85692956d
@@ -10,7 +10,7 @@
, pbr
, pyinotify
, python-dateutil
, stestr
, pytestCheckHook
}:
buildPythonPackage rec {
@@ -36,12 +36,13 @@ buildPythonPackage rec {
checkInputs = [
oslotest
stestr
pytestCheckHook
];
checkPhase = ''
stestr run
'';
disabledTests = [
# not compatible with sandbox
"test_logging_handle_error"
];
pythonImportsCheck = [ "oslo_log" ];