Merge pull request #198550 from wegank/enlighten-fix
python3Packages.enlighten: fix build
This commit is contained in:
commit
caee9a96ed
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue