- Update to 0.2.0:

* Move config loading form pytest_configure to pytest_cmdline_main

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testconfig?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-01-13 14:22:09 +00:00
committed by Git OBS Bridge
parent cad39679ee
commit b31fcf629d
4 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 13 14:16:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.0:
* Move config loading form pytest_configure to pytest_cmdline_main
-------------------------------------------------------------------
Mon Nov 18 07:52:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>