- Update to 1.31.0:

* #486: Add support for Python 3.8.
  * #491: Fix regression that caused custom plugin command-line
    arguments to be discarded when using --tx mode.

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 6 12:50:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.31.0:
* #486: Add support for Python 3.8.
* #491: Fix regression that caused custom plugin command-line
arguments to be discarded when using --tx mode.
-------------------------------------------------------------------
Mon Oct 7 13:00:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>