diff --git a/tests/test_code_generator.py b/tests/test_code_generator.py index aba1f34..6e8cc3a 100644 --- a/tests/test_code_generator.py +++ b/tests/test_code_generator.py @@ -72,8 +72,6 @@ def test_enums(): See tests/test_files/enums.pxd for the full example. """ - if int(cython_version[0]) < 3: - return target = os.path.join(test_files, "enums.pyx") include_dirs = autowrap.parse_and_generate_code(