python3Packages.enlighten: fix build

This commit is contained in:
Weijia Wang 2022-10-30 00:56:43 +02:00
parent 535abb755e
commit 32034da16c

View file

@ -36,6 +36,9 @@ buildPythonPackage rec {
disabledTests = [
# AssertionError: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> is not...
"test_init"
# AssertionError: Invalid format specifier (deprecated since prefixed 0.4.0)
"test_floats_prefixed"
"test_subcounter_prefixed"
] ++ lib.optionals stdenv.isDarwin [
# https://github.com/Rockhopper-Technologies/enlighten/issues/44
"test_autorefresh"