summaryrefslogtreecommitdiffstats
path: root/test/option/debug-count.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-count.py')
-rw-r--r--test/option/debug-count.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/option/debug-count.py b/test/option/debug-count.py
index f2fceb4..cf46feb 100644
--- a/test/option/debug-count.py
+++ b/test/option/debug-count.py
@@ -34,13 +34,6 @@ import TestSCons
test = TestSCons.TestSCons()
-try:
- import weakref
-except ImportError:
- x = "Python version has no 'weakref' module; skipping tests.\n"
- test.skip_test(x)
-
-
test.write('SConstruct', """
DefaultEnvironment(tools=[])