2020-04-27 09:48:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 27 09:33:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.3.1:
|
|
|
|
* Fix to work when pytest-xdist is not installed or active.
|
|
|
|
* Add pytest-xdist support.
|
|
|
|
|
2020-02-20 07:15:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 20 07:14:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.2.1:
|
|
|
|
* Update MANIFEST.in so tests are included in the sdist tarball again.
|
|
|
|
|
2020-01-06 13:09:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 6 13:03:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.2.0:
|
|
|
|
* Converted setuptools metadata to configuration file
|
|
|
|
* Convert reading entrypoints to use importlib.metadata.
|
|
|
|
Depend on importlib-metadata on Python < 3.8.
|
|
|
|
* Update Python support to 3.5-3.8.
|
|
|
|
|
2019-09-09 14:08:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-06-03 09:14:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 3 09:13:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.0.0:
|
|
|
|
* Handle CollectErrors and ImportErrors during collection when accessing item.module.
|
|
|
|
|
2019-03-26 20:19:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 10:08:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Downgrade Faker dependency to Recommends
|
|
|
|
- Add Suggests for numpy
|
|
|
|
- Add tests-restore-python2.7.patch to re-add support for Python 2.7
|
|
|
|
- Use PYTHONDONTWRITEBYTECODE=true to fix file-contains-buildroot
|
|
|
|
on Leap 42.3
|
|
|
|
- Update to v2.1.1
|
|
|
|
* Fix including tests in sdist after re-arrangement in 2.1.0
|
|
|
|
- from v2.1.0
|
|
|
|
* Add the option --randomly-seed=last to reuse the last used value
|
|
|
|
for the seed
|
|
|
|
- from v2.0.0
|
|
|
|
* Drop Python 2 support, only Python 3.4+ is supported now
|
|
|
|
|
2019-02-14 15:24:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 14 15:24:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Make sure we execute tests
|
|
|
|
|
2019-01-31 18:06:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 21 03:52:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
2019-03-26 20:19:27 +00:00
|
|
|
- Initial version for v1.2.3
|