summary refs log tree commit diff
path: root/pkgs/tools/misc/pipe-rename/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/pipe-rename/default.nix')
-rw-r--r--pkgs/tools/misc/pipe-rename/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tools/misc/pipe-rename/default.nix b/pkgs/tools/misc/pipe-rename/default.nix
index 826d77815bc3d..dc8e545a7d8e4 100644
--- a/pkgs/tools/misc/pipe-rename/default.nix
+++ b/pkgs/tools/misc/pipe-rename/default.nix
@@ -13,6 +13,12 @@ rustPlatform.buildRustPackage rec {
 
   nativeCheckInputs = [ python3 ];
 
+  checkFlags = [
+    # tests are failing upstream
+    "--skip=test_dot"
+    "--skip=test_dotdot"
+  ];
+
   preCheck = ''
     patchShebangs tests/editors/env-editor.py
   '';