We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038f64 commit a2f2510Copy full SHA for a2f2510
pandas/tests/test_reshape.py
@@ -92,7 +92,7 @@ def test_tuple_vars_fail_with_multiindex(self):
92
93
for id_vars, value_vars in ((tuple_a, list_b), (list_a, tuple_b),
94
(tuple_a, tuple_b)):
95
- with self.assertRaisesRegex(ValueError, r'MultiIndex'):
+ with tm.assertRaisesRegexp(ValueError, r'MultiIndex'):
96
melt(self.df1, id_vars=id_vars, value_vars=value_vars)
97
98
def test_custom_var_name(self):
0 commit comments