- Update to 3.1.0:

* Add plugins via entry points pytest_randomly.random_seeder to allow
    outside packages to register additional random generators to seed.
    This has added a dependency on the entrypoints package.
- Drop patch tests-restore-python2.7.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-09-09 14:08:46 +00:00
committed by Git OBS Bridge
parent 0d86b652de
commit df55719333
5 changed files with 18 additions and 129 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 9 09:20:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.0:
* Add plugins via entry points pytest_randomly.random_seeder to allow
outside packages to register additional random generators to seed.
This has added a dependency on the entrypoints package.
- Drop patch tests-restore-python2.7.patch
-------------------------------------------------------------------
Mon Jun 3 09:13:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>