Skip to content

Commit afd035a

Browse files
Remove obsolete Cython version check in test_enums (#206)
* Initial plan * Remove obsolete Cython version check in test_enums Co-authored-by: timosachsenberg <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: timosachsenberg <[email protected]>
1 parent ede1c3d commit afd035a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_code_generator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def test_enums():
7272
7373
See tests/test_files/enums.pxd for the full example.
7474
"""
75-
if int(cython_version[0]) < 3:
76-
return
7775
target = os.path.join(test_files, "enums.pyx")
7876

7977
include_dirs = autowrap.parse_and_generate_code(

0 commit comments

Comments
 (0)