- update to 1.1.1:

* Fix native toml documentation does not match code
  * Fix type checker
  * Drop the pytest dot
  * Add native toml support
  * Disable plugin autoloading in the test suite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-env?expand=0&rev=16
This commit is contained in:
2023-11-07 19:39:00 +00:00
committed by Git OBS Bridge
parent 1ae8ad2a90
commit 68c80bcbd9
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 7 19:38:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.1:
* Fix native toml documentation does not match code
* Fix type checker
* Drop the pytest dot
* Add native toml support
* Disable plugin autoloading in the test suite
-------------------------------------------------------------------
Mon Jul 24 18:58:47 UTC 2023 - Dirk Müller <dmueller@suse.com>