aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ec/test_mod.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ec/test_mod.py b/test/ec/test_mod.py
index 7802e95..62022b0 100644
--- a/test/ec/test_mod.py
+++ b/test/ec/test_mod.py
@@ -176,6 +176,9 @@ class ModTests(TestCase):
"__hash__",
"__abstractmethods__",
"_abc_impl",
+ "__slots__",
+ "x",
+ "n"
):
continue
args = [5 for _ in range(meth.__code__.co_argcount - 1)]