revive: re-enable tests
It seems this was originally added in https://github.com/NixOS/nixpkgs/pull/176812 and @r-ryantm has misleadingly been bumping the version in the comment, too. The tests run fine for v1.3.9, at least.
This commit is contained in:
@@ -42,17 +42,6 @@ buildGoModule rec {
|
||||
--prefix PATH : ${lib.makeBinPath [ go ]}
|
||||
'';
|
||||
|
||||
# The following tests fail when built by nix:
|
||||
#
|
||||
# $ nix log /nix/store/build-revive.1.3.9.drv | grep FAIL
|
||||
#
|
||||
# --- FAIL: TestAll (0.01s)
|
||||
# --- FAIL: TestTimeEqual (0.00s)
|
||||
# --- FAIL: TestTimeNaming (0.00s)
|
||||
# --- FAIL: TestUnhandledError (0.00s)
|
||||
# --- FAIL: TestUnhandledErrorWithBlacklist (0.00s)
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast, configurable, extensible, flexible, and beautiful linter for Go";
|
||||
mainProgram = "revive";
|
||||
|
||||
Reference in New Issue
Block a user