pytest-run-parallel currently emits gil re-enabled warnings even when it is not used at all. It forces to pass the ignore gil enabled flag but that is unnecessary complication when pytest-run-parallel is unused. I propose that warning to only be emitted when doing parallel testing.
pytest-run-parallel currently emits gil re-enabled warnings even when it is not used at all. It forces to pass the ignore gil enabled flag but that is unnecessary complication when pytest-run-parallel is unused. I propose that warning to only be emitted when doing parallel testing.