Commit Graph

15 Commits

Author SHA256 Message Date
bedae54091 - update to 3.15.0:
* Support Python 3.12.
  * Reset the random state for `Model Bakery`
- Drop pytest6.patch merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=31
2023-11-07 20:05:14 +00:00
015753d503 - update to 3.13.0:
* Drop Python 3.7 support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=28
2023-07-24 19:54:33 +00:00
c6fc37b7e9 - update to 3.12.0:
* Support Python 3.11.
  * Drop Python 3.6 support.
  * Work on FIPS Python 3.9+, by declaring use of
    ``hashlib.md5()`` as not used for security.
  * Fix crash when pytest’s cacheprovider is disabled.
  * Improve group name in ``pytest --help``.
  * Fix new shuffling to work when one or more test in a class or
    module have the same test id.
  * Rework shuffling algorithm to use hashing. This means that
    running a subset of tests with the same seed will now produce
    the same ordering as running the full set of tests.
    This allows narrowing down ordering-related failures.
  * Add type hints.
  * Support Python 3.10.
- add fix-tests-pytest-73.patch to support pytest 7.3.x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=26
2023-05-05 00:07:02 +00:00
ed8f2c172f Accepting request 1082416 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1082416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=24
2023-04-24 09:15:22 +00:00
Steve Kowalik
ec3e15bc42 Accepting request 886264 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 3.7.0
  * Drop dependency on backports.entry-points-selectable by
    depending on importlib-metadata version 3.6.0+.
- Release 3.6.0
  * Fix deprecation warning from importlib-metadata 3.9.0+.
  * Stop distributing tests to reduce package size. Tests are not
    intended to be run outside of the tox setup in the repository.
    Repackagers can use GitHub's tarballs per tag.
  * Drop Python 3.5 support.
- Release 3.5.0
  * Support Python 3.9.
  * Move license from BSD to MIT License
- Drop pytest6.patch merged upstream 
- Don't try test with non-existent python36-numpy

OBS-URL: https://build.opensuse.org/request/show/886264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=22
2021-04-19 04:42:51 +00:00
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