Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-pytest-regressions | Distribution: openSUSE Tumbleweed |
Version: 2.5.0 | Vendor: openSUSE |
Release: 1.6 | Build date: Thu Sep 7 11:51:38 2023 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 202096 | Source RPM: python-pytest-regressions-2.5.0-1.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ESSS/pytest-regressions | |
Summary: Python fixtures to write regression tests |
Python fixtures to write regression tests.
MIT
* Thu Sep 07 2023 Dirk Müller <dmueller@suse.com> - update to 2.5.0: * Dropped support for EOL Python 3.6 and Python 3.7. * Added support for Python 3.11. * Make ``dataframe_regression`` compatible with classes inheriting from ``pandas.DataFrame``. * Tue May 30 2023 Daniel Garcia <daniel.garcia@suse.com> - Skip test_different_data_types because of s390x architecture issue. * Mon May 29 2023 Markéta Machová <mmachova@suse.com> - Skip test_common_case because of SLE15 i586 precision issue * Thu May 25 2023 Daniel Garcia <daniel.garcia@suse.com> - Remove python-pandas and python-matplotlib from BuildRequires * Tue May 09 2023 Dirk Müller <dmueller@suse.com> - update to 2.4.2: * Properly handle missing index ``0``. * Compatibility fix for pytest 6.2. * New ``--regen-all`` flag, which regenerates all files without failing the tests. Useful to regenerate all files in the test suite with a single run. * The public API is now fully type annotated. * ``pytest>=6.2`` is now required. * Properly handle empty and NaN values on num_regression and dataframe_regression. * New ``--with-test-class-names`` command-line flag to consider test class names when composing the expected and obtained data filenames. Needed when the same module contains different classes with the same method names. * New ``ndarrays_regression``, for comparing NumPy arrays with arbitrary shape. * Fix ``empty string bug`` on dataframe regression. - drop np_num-deprecated.patch (upstream) * Fri May 05 2023 Johannes Kastl <kastl@b1-systems.de> - add sle15_python_module_pythons * Wed Jul 28 2021 Matej Cepl <mcepl@suse.com> - Update to 2.2.0: - #45: num_regression.check now accepts any object that can be coerced to a 1d numpy array with numeric dtype (e.g. list, tuple, etc). - #35: New dataframe_regression fixture to check pandas DataFrames directly. - #34: Fix data_regression bug that creates empty file on serializing error. - Add np_num-deprecated.patch to avoid tests failing on using deprecated data types (gh#ESSS/pytest-regressions#63). * Thu Aug 20 2020 John Vandenberg <jayvdb@gmail.com> - Initial spec for v2.0.1
/usr/lib/python3.12/site-packages/pytest_regressions /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info/PKG-INFO /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info/SOURCES.txt /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info/dependency_links.txt /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info/entry_points.txt /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info/requires.txt /usr/lib/python3.12/site-packages/pytest_regressions-2.5.0-py3.12.egg-info/top_level.txt /usr/lib/python3.12/site-packages/pytest_regressions/__init__.py /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__ /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/common.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/common.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/data_regression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/data_regression.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/dataframe_regression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/dataframe_regression.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/file_regression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/file_regression.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/image_regression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/image_regression.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/ndarrays_regression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/ndarrays_regression.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/num_regression.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/num_regression.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/plugin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/plugin.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/testing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_regressions/__pycache__/testing.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_regressions/common.py /usr/lib/python3.12/site-packages/pytest_regressions/data_regression.py /usr/lib/python3.12/site-packages/pytest_regressions/dataframe_regression.py /usr/lib/python3.12/site-packages/pytest_regressions/file_regression.py /usr/lib/python3.12/site-packages/pytest_regressions/image_regression.py /usr/lib/python3.12/site-packages/pytest_regressions/ndarrays_regression.py /usr/lib/python3.12/site-packages/pytest_regressions/num_regression.py /usr/lib/python3.12/site-packages/pytest_regressions/plugin.py /usr/lib/python3.12/site-packages/pytest_regressions/py.typed /usr/lib/python3.12/site-packages/pytest_regressions/testing.py /usr/share/doc/packages/python312-pytest-regressions /usr/share/doc/packages/python312-pytest-regressions/CHANGELOG.rst /usr/share/doc/packages/python312-pytest-regressions/README.rst /usr/share/licenses/python312-pytest-regressions /usr/share/licenses/python312-pytest-regressions/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025