python310Packages.sphinx-autoapi: Disable failing tests

This commit is contained in:
Martin Weinelt
2023-03-03 23:57:07 +01:00
parent 8f66e62516
commit 0cf801fa81
@@ -40,6 +40,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# failing typing assertions
"test_integration"
"test_annotations"
];
pythonImportsCheck = [
"autoapi"
];