enthought / traits

Observable typed attributes for Python classes
Other
421 stars 85 forks source link

Exercise the 'assert' statements in CI builds #1763

Open mdickinson opened 7 months ago

mdickinson commented 7 months ago

The ctraits.c source contains various assert statements, but those assert statements aren't being executed in our CI runs, because we inherit a DNDEBUG setting from the Python build settings. For CI runs, it would be good to build the ctraits extension using undef_macros=["NDEBUG"] so that the asserts are exercised.