[tests] add workaround for compile_expression_defaultdict in pypy3
This commit is contained in:
@@ -328,7 +328,7 @@ class TestCompileExpression(unittest.TestCase):
|
||||
with self.assertRaises(NameError):
|
||||
expr({"a": 2})
|
||||
|
||||
expr = util.compile_expression_defaultdict("int.param")
|
||||
expr = util.compile_expression_raw("int.param")
|
||||
with self.assertRaises(AttributeError):
|
||||
expr({"a": 2})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user