We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc43cd commit 3f43cefCopy full SHA for 3f43cef
Lib/test/test_tools/test_pathfix.py
@@ -3,7 +3,11 @@
3
import sys
4
import unittest
5
from test import support
6
-from test.test_tools import import_tool, scriptsdir
+from test.test_tools import import_tool, scriptsdir, skip_if_missing
7
+
8
9
+# need Tools/script/ directory: skip if run on Python installed on the system
10
+skip_if_missing()
11
12
13
class TestPathfixFunctional(unittest.TestCase):
0 commit comments