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

python311-flaky-3.7.0-150400.14.3.9 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-flaky Distribution: SUSE Linux Enterprise 15
Version: 3.7.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.14.3.9 Build date: Tue Oct 3 23:48:37 2023
Group: Unspecified Build host: h03-ch2b
Size: 123880 Source RPM: python-flaky-3.7.0-150400.14.3.9.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/box/flaky
Summary: Plugin for nose or py.test that automatically reruns flaky tests
Flaky is a plugin for py.test that automatically reruns flaky tests.

Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100%
reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically
retried.

For more information about flaky, see `this presentation <http://opensource.box.com/flaky/>`_.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Mon Dec 14 2020 code@bnavigator.de
  - Fix condition around BuildRequirement
* Sun Dec 13 2020 mcepl@suse.com
  - We don't need to break Python 2.7
* Fri Dec 11 2020 mcepl@suse.com
  - Add remove_mock.patch to remove dependency on the external mock package.
* Fri Dec 11 2020 mcepl@suse.com
  - Add remove_nose.patch to remove dependency on nose.
* Wed Jul 29 2020 steven.kowalik@suse.com
  - Update to 3.7.0:
    * Flaky now retries tests which fail during setup.
* Fri Jan 31 2020 stefan.bruens@rwth-aachen.de
  - Add required suffix to package name for test package. Although
    no binary package is created, the OBS blocks any dependent
    packages until also the test package has been built (Giveaway:
    main and test flavor create the same .src.rpm)
* Thu Sep 12 2019 tchvatal@suse.com
  - Update to 3.6.1:
    * Reraise KeyboardInterrupt when running tests under pytest.
* Fri Jul 26 2019 pgajdos@suse.com
  - version update to 3.6.0
    * Do not print an empty report if no tests marked 'flaky' were run at all (#116). NOTE: This change could be breaking if you relied on the flaky report being printed.
  - test via multibuild
  - added sources
    + _multibuild
* Tue Mar 12 2019 tchvatal@suse.com
  - Update to 3.5.3:
    * Bugfixes - Flaky is now compatible with pytest >= 4.1.
    * Officially support and test on Python 3.6 and 3.7.
    * Adds a pytest marker that can be used instead of `@flaky.
    * Replaced references to 'slaveoutput', where possible with 'workeroutput', following the convention chosen by pytest.
    * Prints formatted tracebacks in the flaky report when using nose.
* Thu Nov 09 2017 arun@gmx.de
  - specfile:
    * update copyright year
  - update to version 3.4.0:
    * Bugfixes - Flaky for pytest will no longer silently swallow errors
      that occur during test setup.
* Tue Dec 20 2016 jmatejek@suse.com
  - initial commit

Files

/usr/lib/python3.11/site-packages/flaky
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/flaky-3.7.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/flaky/__init__.py
/usr/lib/python3.11/site-packages/flaky/__pycache__
/usr/lib/python3.11/site-packages/flaky/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/_flaky_plugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/_flaky_plugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/defaults.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/defaults.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/flaky_decorator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/flaky_decorator.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/flaky_pytest_plugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/multiprocess_string_io.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/multiprocess_string_io.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/names.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/names.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/flaky/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/flaky/_flaky_plugin.py
/usr/lib/python3.11/site-packages/flaky/defaults.py
/usr/lib/python3.11/site-packages/flaky/flaky_decorator.py
/usr/lib/python3.11/site-packages/flaky/flaky_pytest_plugin.py
/usr/lib/python3.11/site-packages/flaky/multiprocess_string_io.py
/usr/lib/python3.11/site-packages/flaky/names.py
/usr/lib/python3.11/site-packages/flaky/utils.py
/usr/share/doc/packages/python311-flaky
/usr/share/doc/packages/python311-flaky/README.rst
/usr/share/licenses/python311-flaky
/usr/share/licenses/python311-flaky/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024