Skip to content

Commit f056e32

Browse files
committed
src/impl_: quiet codecov
1 parent 614d4f6 commit f056e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_/pymodule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ mod tests {
437437
static NAME: &CStr = ffi::c_str!("test_module");
438438
static DOC: &CStr = ffi::c_str!("some doc");
439439

440-
static SLOTS: PyModuleSlots<2> = PyModuleSlotsBuilder::new().build();
440+
static SLOTS: PyModuleSlots<2> = PyModuleSlotsBuilder::new().with_gil_used(true).build();
441441

442442
unsafe {
443443
let module_def: ModuleDef = ModuleDef::new(NAME, DOC, &SLOTS);

0 commit comments

Comments
 (0)