Merge #227047: hotdoc: fix failing test on darwin

...into staging-next
This commit is contained in:
Vladimír Čunát
2023-04-20 08:13:57 +02:00
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonApplication
, fetchPypi
, pytestCheckHook
@@ -80,6 +81,9 @@ buildPythonApplication rec {
disabledTests = [
# Test does not correctly handle path normalization for test comparison
"test_cli_overrides"
] ++ lib.optionals stdenv.isDarwin [
# Test does not correctly handle absolute /home paths on Darwin (even fake ones)
"test_index"
];
# Hardcode libclang paths