hotdoc: fix failing test on darwin

This commit is contained in:
Lily Foster 2023-04-19 07:20:38 -04:00
parent bf5b2a67bc
commit c9130993d5
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

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