Commit Graph

10 Commits

Author SHA256 Message Date
Tomáš Chvátal
40b3284969 Accepting request 829131 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 3.4.1
  * Fix numpy error ``ValueError: Seed must be between 0 and 2**32 - 1`` when
    passed a seed outside of this range.
- Add upstream patch pytest6.patch to fix tests

OBS-URL: https://build.opensuse.org/request/show/829131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=20
2020-08-25 10:09:19 +00:00
Tomáš Chvátal
dd97f570aa - Update to 3.4.0:
* Provide a faker_seed fixture to set the seed for tests using faker's pytest fixtures (as per its docs).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=18
2020-06-09 07:57:48 +00:00
Tomáš Chvátal
c548b8464f - Update to 3.3.1:
* Fix to work when pytest-xdist is not installed or active.
  * Add pytest-xdist support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=16
2020-04-27 09:48:29 +00:00
Tomáš Chvátal
66bc31a34d - Update to 3.2.1:
* Update MANIFEST.in so tests are included in the sdist tarball again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=14
2020-02-20 07:15:17 +00:00
Tomáš Chvátal
d415652bab - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=12
2020-01-06 13:09:04 +00:00
Tomáš Chvátal
df55719333 - 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
2019-09-09 14:08:46 +00:00
Tomáš Chvátal
0d86b652de - Update to 3.0.0:
* Handle CollectErrors and ImportErrors during collection when accessing item.module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=8
2019-06-03 09:14:59 +00:00
af3225e5d7 Accepting request 688847 from home:jayvdb:branches:devel:languages:python:pytest
- 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
- Make sure we execute tests
- Initial version for v1.2.3

OBS-URL: https://build.opensuse.org/request/show/688847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=5
2019-03-26 20:19:27 +00:00
Tomáš Chvátal
30d3fe70d5 - Make sure we execute tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=3
2019-02-14 15:24:18 +00:00
Todd R
d52804f286 Accepting request 670428 from home:TheBlackCat:branches:devel:languages:python:pytest
pytest plugin for handling randomness

OBS-URL: https://build.opensuse.org/request/show/670428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=1
2019-01-31 18:06:00 +00:00