- update to 0.6.1:

* Fix broken ``single_reference=True`` usage.
  * Add ability to compare to Pandas DataFrames and store them as
    HDF5 files
  * Fix ``array_compare`` so that the ``atol`` parameter is
    correctly used with FITS files.
  * Test inside ``pytest_runtest_call`` hook.
- Do not build :test on Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-arraydiff?expand=0&rev=14
This commit is contained in:
2023-12-14 21:33:39 +00:00
committed by Git OBS Bridge
parent 54004de09e
commit 520cdf702b
4 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
Name: python-pytest-arraydiff%{psuffix}
Version: 0.5.0
Version: 0.6.1
Release: 0
Summary: Pytest plugin to help with comparing array output from tests
License: BSD-2-Clause