python3Packages.tzlocal: disable test_assert_tz_offset test on darwin
This commit is contained in:
parent
14fc00eddc
commit
1a16e31095
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
@ -31,7 +32,7 @@ buildPythonPackage rec {
|
||||
"test_conflicting"
|
||||
"test_noconflict"
|
||||
"test_symlink_localtime"
|
||||
];
|
||||
] ++ lib.optional stdenv.isDarwin "test_assert_tz_offset";
|
||||
|
||||
pythonImportsCheck = [ "tzlocal" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user