8214b8bd52
`nix path-info -S` reports the following changes: diffoscope: 345M -> 356.7M diffoscope w/ enableBloat: 5.4G -> 6.1G Also re-enabled the tests and added the dependencies to checkInputs so the comparator tests are not automatically skipped.
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
|
|
|