Skip to content

Commit ccf7b47

Browse files
pcaspersjenkins
authored andcommitted
try to fix example test suites
1 parent 04eb4e3 commit ccf7b47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Examples/run_examples_testsuite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import unittest
66
from pathlib import Path
77
import nose
8+
import collections
9+
collections.Callable = collections.abc.Callable
810

911
# Pull in some shared utilities
1012
script_dir = Path(__file__).parents[0]

0 commit comments

Comments
 (0)