Merge pull request #198550 from wegank/enlighten-fix

python3Packages.enlighten: fix build
This commit is contained in:
Fabian Affolter 2022-10-30 09:37:29 +01:00 committed by GitHub
commit caee9a96ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"