summaryrefslogtreecommitdiff
path: root/test/base
diff options
context:
space:
mode:
Diffstat (limited to 'test/base')
-rw-r--r--test/base/test_except.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/base/test_except.py b/test/base/test_except.py
index 6e9a3c5df..0bde988b7 100644
--- a/test/base/test_except.py
+++ b/test/base/test_except.py
@@ -533,7 +533,6 @@ class PickleException(fixtures.TestBase):
for cls_list, callable_list in ALL_EXC:
unroll.extend(product(cls_list, callable_list))
- print(unroll)
return combinations_list(unroll)
@make_combinations()