mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
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:
parent
733f859cfd
commit
c04b30d8ae
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user