Dominique Leuenberger
6e926be4c4
Accepting request 886520 from devel:languages:python:pytest
...
OBS-URL: https://build.opensuse.org/request/show/886520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=11
2021-04-19 19:05:53 +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
Dominique Leuenberger
e579a0d51f
Accepting request 829136 from devel:languages:python:pytest
...
OBS-URL: https://build.opensuse.org/request/show/829136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=10
2020-08-29 18:31:42 +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
Dominique Leuenberger
94bdd4adff
Accepting request 812812 from devel:languages:python:pytest
...
- 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/request/show/812812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=9
2020-06-12 19:39:24 +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
Dominique Leuenberger
b066e29b25
Accepting request 798133 from devel:languages:python:pytest
...
- 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/request/show/798133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=8
2020-05-01 09:08:58 +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
Dominique Leuenberger
7a283eb4ea
Accepting request 777569 from devel:languages:python:pytest
...
- Update to 3.2.1:
* Update MANIFEST.in so tests are included in the sdist tarball again.
OBS-URL: https://build.opensuse.org/request/show/777569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=7
2020-02-20 13:57:53 +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
Dominique Leuenberger
feaf6f9dd8
Accepting request 761147 from devel:languages:python:pytest
...
- 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/request/show/761147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=6
2020-01-06 14:24:41 +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
Dominique Leuenberger
d03d14f46c
Accepting request 729484 from devel:languages:python:pytest
...
- 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/request/show/729484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=5
2019-09-09 22:03:14 +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
Dominique Leuenberger
cf4519f0f6
Accepting request 707093 from devel:languages:python:pytest
...
- Update to 3.0.0:
* Handle CollectErrors and ImportErrors during collection when accessing item.module.
OBS-URL: https://build.opensuse.org/request/show/707093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=4
2019-06-03 16:57:02 +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
Dominique Leuenberger
2ba4cc4def
Accepting request 689139 from devel:languages:python:pytest
...
OBS-URL: https://build.opensuse.org/request/show/689139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=3
2019-03-28 21:48:43 +00:00
6c7185bf09
Accepting request 689138 from home:mcepl:branches:devel:languages:python:pytest
...
Fix redundant file.
OBS-URL: https://build.opensuse.org/request/show/689138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=6
2019-03-27 16:33:22 +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
Stephan Kulow
6b653eefe0
Accepting request 676166 from devel:languages:python:pytest
...
- Make sure we execute tests
OBS-URL: https://build.opensuse.org/request/show/676166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=2
2019-02-25 16:51:13 +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
Dominique Leuenberger
00c46becf9
Accepting request 670429 from devel:languages:python:pytest
...
pytest plugin for handling randomness
OBS-URL: https://build.opensuse.org/request/show/670429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=1
2019-02-01 10:48:26 +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