-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89195 from danielfullmer/diffoscope-tools
diffoscope: add missing tools
- Loading branch information
Showing
3 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters