mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
13 lines
289 B
Diff
13 lines
289 B
Diff
|
diff --git a/tests/test_tools.py b/tests/test_tools.py
|
||
|
index f0010678..1c3c7ce1 100644
|
||
|
--- a/tests/test_tools.py
|
||
|
+++ b/tests/test_tools.py
|
||
|
@@ -21,6 +21,7 @@ import os
|
||
|
import pytest
|
||
|
|
||
|
|
||
|
+@pytest.mark.skip()
|
||
|
def test_sbin_added_to_path():
|
||
|
from diffoscope.tools import tool_required
|
||
|
|