- Update to 1.3.2:

* refactor(plugin): consolidate TOML config parsing
  * test(plugin): verify env vars available during conftest imports
  * Support pytest.toml and .pytest.toml
  * feat(config): support [tool.pytest] in pyproject.toml
  * feat(plugin): add U flag to unset env variables
  * fix(config): use inipath for TOML file discovery
  * feat(plugin): add .env file loading support
  * Add support for 3.14 and drop 3.9
- Run the testsuite.
This commit was merged in pull request #1.
This commit is contained in:
2026-02-16 18:16:15 +11:00
parent f8b984c0de
commit 8e123e3448
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 16 07:15:38 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.3.2:
* refactor(plugin): consolidate TOML config parsing
* test(plugin): verify env vars available during conftest imports
* Support pytest.toml and .pytest.toml
* feat(config): support [tool.pytest] in pyproject.toml
* feat(plugin): add U flag to unset env variables
* fix(config): use inipath for TOML file discovery
* feat(plugin): add .env file loading support
* Add support for 3.14 and drop 3.9
- Run the testsuite.
-------------------------------------------------------------------
Thu Oct 31 16:41:50 UTC 2024 - Dirk Müller <dmueller@suse.com>