Commit Graph

13 Commits

Author SHA256 Message Date
Ana Guerrero
ab5e4f192a Accepting request 1109484 from devel:languages:python:pytest
- 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``.

OBS-URL: https://build.opensuse.org/request/show/1109484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=6
2023-09-07 19:12:19 +00:00
8b6c65ea87 - 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``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=12
2023-09-07 09:51:59 +00:00
Dominique Leuenberger
0370322c10 Accepting request 1089802 from devel:languages:python:pytest
- Skip test_different_data_types because of s390x architecture issue.
- Skip test_common_case because of SLE15 i586 precision issue

OBS-URL: https://build.opensuse.org/request/show/1089802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=5
2023-06-01 15:19:05 +00:00
341fa220d8 - Skip test_different_data_types because of s390x architecture issue.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=10
2023-05-30 12:08:43 +00:00
2c11e7d504 Accepting request 1089543 from home:mcalabkova:branches:devel:languages:python
- Skip test_common_case because of SLE15 i586 precision issue

OBS-URL: https://build.opensuse.org/request/show/1089543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=9
2023-05-30 08:12:48 +00:00
Dominique Leuenberger
90f6e1da54 Accepting request 1088997 from devel:languages:python:pytest
- Remove python-pandas and python-matplotlib from BuildRequires

OBS-URL: https://build.opensuse.org/request/show/1088997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=4
2023-05-26 18:15:06 +00:00
08937f4021 - Remove python-pandas and python-matplotlib from BuildRequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=7
2023-05-25 09:35:51 +00:00
Dominique Leuenberger
3d4463a6ba Accepting request 1085835 from devel:languages:python:pytest
- 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)

OBS-URL: https://build.opensuse.org/request/show/1085835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=3
2023-05-10 14:17:23 +00:00
82cb7c0158 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=5
2023-05-09 21:09:54 +00:00
Dominique Leuenberger
510777a182 Accepting request 1085219 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1085219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=2
2023-05-09 11:07:04 +00:00
cdfea6a8b5 Accepting request 1085168 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=3
2023-05-06 08:31:19 +00:00
Dominique Leuenberger
058ac9e330 Accepting request 909681 from devel:languages:python:pytest
Now required for python-pydata-sphinx-theme and python-sphinx-book-theme

OBS-URL: https://build.opensuse.org/request/show/909681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=1
2021-08-02 10:05:10 +00:00
8b55f37225 Accepting request 909017 from home:mcepl:branches:devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/909017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-regressions?expand=0&rev=1
2021-08-02 06:50:46 +00:00