From c0c158a41ccfa2d6038d32896d8707574c9d2c86 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Thu, 30 Dec 2021 15:59:32 +0000 Subject: [PATCH] rm obsolete tests for Python 2 APIs --- tests/properties/_strategies.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/properties/_strategies.py b/tests/properties/_strategies.py index 001ad56..708bdd7 100644 --- a/tests/properties/_strategies.py +++ b/tests/properties/_strategies.py @@ -142,12 +142,6 @@ ARGS_BY_METHOD = st.fixed_dictionaries({ (0, 'keys'): NO_ARGS, (0, 'items'): NO_ARGS, (0, 'values'): NO_ARGS, - (0, 'iterkeys'): NO_ARGS, - (0, 'iteritems'): NO_ARGS, - (0, 'itervalues'): NO_ARGS, - (0, 'viewkeys'): NO_ARGS, - (0, 'viewitems'): NO_ARGS, - (0, 'viewvalues'): NO_ARGS, # 1-arity (1, '__contains__'): IM_ARG, (1, '__getitem__'): IM_ARG,