History

v3.1.1

21 Mar 2024

Bugfixes

  • Ensure importlib_resources is included in the dependencies removed for coverage concerns.

v3.1.0

21 Mar 2024

Features

  • Rely on stdlib for importlib.resources where compatible.

v3.0.0

23 Dec 2023

Deprecations and Removals

  • Renamed the plugin from ‘plugin-enabled options’ to ‘enabler’. (#12)

  • Ruff formatter is now enabled by default. (#13)

v2.3.1

13 Jul 2023

Bugfixes

  • Fix default config for ignore-flaky.

v2.3.0

13 Jul 2023

Features

  • Added support for pytest-ignore-flaky.

Bugfixes

  • If pytest-cov is explicitly enabled, bypass special handling. (#8)

v2.2.0

25 Jun 2023

Features

  • Enabler plugin now includes a default config, enabling the known supported plugins. It’s no longer necessary for each project to supply the config to enable plugins.

  • Require Python 3.8 or later.

v2.1.1

12 May 2023

Packaging refresh.

v2.1.0

27 Jan 2023

Fixed EncodingWarning when PEP 597 warn_default_encoding is enabled.

v2.0.0

23 Nov 2022

#4: Remove compatibility shim. [pytest.enabler] is no longer supported.

v1.3.1

23 Nov 2022

Packaging refresh.

v1.3.0

22 Jun 2022

#4: pytest-enabler now uses [tool.pytest-enabler] for configuration in accordance with PEP 518#tool-table ([pytest.enabler] is deprecated).

v1.2.1

08 Nov 2021

Packaging refresh.

v1.2.0

19 Jan 2021

Simplified implementation.

v1.1.0

18 Jan 2021

#2: Package now properly recognizes the pytest_cov plugin as cov (and same for others).

v1.0.1

17 Jan 2021

#1: Fixed race condition between pytest-cov and pytest-xdist.

v1.0.0

30 Dec 2020

Initial implementation, based on jaraco.test 4.0.1 <https://pypi.org/project/jaraco.test>_.