- Remove python_module macro definition

- Add python-py dependency
- Update to 3.2.0
  * Explicitly add py.xml dependency.
    Thanks to @smartEBL for the PR
  * Implement the visible URL query parameter to control visibility of test
    results on page load. (#399)
    Thanks to @TheCorp for reporting and @gnikonorov for the fix
  * Make the report tab title reflect the report name. (#412)
    Thanks to @gnikonorov for the PR
  * Implement environment_table_redact_list to allow for redaction of
    environment table values. (#233)
    Thanks to @fenchu for reporting and @gnikonorov for the PR

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=29
This commit is contained in:
2022-11-30 10:45:43 +00:00
committed by Git OBS Bridge
parent 878de64ed0
commit 87b3e3fedc
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 30 10:42:06 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- Add python-py dependency
- Update to 3.2.0
* Explicitly add py.xml dependency.
Thanks to @smartEBL for the PR
* Implement the visible URL query parameter to control visibility of test
results on page load. (#399)
Thanks to @TheCorp for reporting and @gnikonorov for the fix
* Make the report tab title reflect the report name. (#412)
Thanks to @gnikonorov for the PR
* Implement environment_table_redact_list to allow for redaction of
environment table values. (#233)
Thanks to @fenchu for reporting and @gnikonorov for the PR
-------------------------------------------------------------------
Mon Jan 18 20:21:31 UTC 2021 - Benjamin Greiner <code@bnavigator.de>