python311Packages.x-wr-timezone: disable tests
According to https://github.com/niccokunzmann/x-wr-timezone/issues/8 the functionality is still intact despite the test failures.
This commit is contained in:
@@ -36,6 +36,9 @@ buildPythonPackage rec {
|
||||
export PATH=$out/bin:$PATH
|
||||
'';
|
||||
|
||||
# https://github.com/niccokunzmann/x-wr-timezone/issues/8
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "x_wr_timezone" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user