Merge pull request #198550 from wegank/enlighten-fix

python3Packages.enlighten: fix build

authored by

Fabian Affolter and committed by
GitHub
caee9a96 01648e68

+3
+3
pkgs/development/python-modules/enlighten/default.nix
··· 36 36 disabledTests = [ 37 37 # AssertionError: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> is not... 38 38 "test_init" 39 + # AssertionError: Invalid format specifier (deprecated since prefixed 0.4.0) 40 + "test_floats_prefixed" 41 + "test_subcounter_prefixed" 39 42 ] ++ lib.optionals stdenv.isDarwin [ 40 43 # https://github.com/Rockhopper-Technologies/enlighten/issues/44 41 44 "test_autorefresh"