Commit 962bcd8c authored by Jason Madden's avatar Jason Madden

define sys

parent 1d39d5eb
......@@ -72,6 +72,7 @@ if hasattr(signal, 'SIGALRM'):
except TypeError:
assert greentest.PY36
assert greentest.RUNNING_ON_CI
import sys
for m in set(sys.modules.values()):
try:
if m.__cached__ is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment