Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pytest-randomly-3.15.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-pytest-randomly Distribution: openSUSE Tumbleweed
Version: 3.15.0 Vendor: openSUSE
Release: 1.3 Build date: Tue Nov 7 21:04:52 2023
Group: Unspecified Build host: reproducible
Size: 57870 Source RPM: python-pytest-randomly-3.15.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pytest-dev/pytest-randomly
Summary: Pytest plugin to randomly order tests and control random.seed
Pytest plugin to randomly order tests and control random.seed.

Features:
   * Randomly shuffles the order of test items. This is done first at
     the level of modules, then at the level of test classes (if you
     have them), then at the order of functions. This also works with
     things like doctests.
   * Resets random.seed() at the start of every test case and test to
     fixed number - this defaults to time.time() from the start of
     your test run, but you can pass in --randomly-seed to repeat a
     randomness-induced failure.
   * If factory boy is installed, its random state is reset at the
     start of every test. This allows for repeatable use of its random
     'fuzzy' features.
   * If faker is installed, its random state is reset at the start of
     every test. This is also for repeatable fuzzy data in tests.
   * If numpy is installed, its random state is reset at the start of
     every test.

Provides

Requires

License

MIT

Changelog

* Tue Nov 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.15.0:
    * Support Python 3.12.
    * Reset the random state for `Model Bakery`
* Mon Jul 24 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.13.0:
    * Drop Python 3.7 support.
  - drop fix-tests-pytest-73.patch (upstream)
* Thu May 04 2023 Dirk Müller <dmueller@suse.com>
  - 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
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Fri Mar 24 2023 Matej Cepl <mcepl@suse.com>
  - Rebuild in SP4.
* Sat Apr 17 2021 Ben Greiner <code@bnavigator.de>
  - 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
* Tue Aug 25 2020 Marketa Calabkova <mcalabkova@suse.com>
  - 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
* Tue Jun 09 2020 Tomáš Chvátal <tchvatal@suse.com>
  - 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).
* Mon Apr 27 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.

Files

/usr/lib/python3.11/site-packages/pytest_randomly
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/pytest_randomly-3.15.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/pytest_randomly/__init__.py
/usr/lib/python3.11/site-packages/pytest_randomly/__pycache__
/usr/lib/python3.11/site-packages/pytest_randomly/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_randomly/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_randomly/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_randomly/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_randomly/compat.py
/usr/lib/python3.11/site-packages/pytest_randomly/py.typed
/usr/share/doc/packages/python311-pytest-randomly
/usr/share/doc/packages/python311-pytest-randomly/README.rst
/usr/share/licenses/python311-pytest-randomly
/usr/share/licenses/python311-pytest-randomly/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024