Commit Graph

21 Commits

Author SHA256 Message Date
b6212fb191 - Replace node_modules.tar.gz vendoring with obs-service-node_modules
- Delete not needed patch vendor-npm.patch
- Update to 4.1.1:
  * fix: Latest eslint is broken (#769) @BeyondEvil
  * fix: original sort order (#768) @BeyondEvil
  * [pre-commit.ci] pre-commit autoupdate (#763) @pre-commit-ci
- 4.1.0:
  * Release v4.1.0 (#761) @BeyondEvil
  * fix: Escaping HTML in log (#757) @BeyondEvil
  * test: Add UTF8 test (#760) @BeyondEvil
  * [pre-commit.ci] pre-commit autoupdate (#563) @pre-commit-ci
  * fix: Only run npm when building from source (#758) @BeyondEvil
  * Fix results table modification documentation (#749) @michalkaptur
  * fix: Add collections errors to report (#756) @BeyondEvil
  * fix: Revert report generation to full run (#754) @BeyondEvil
  * fix: Broken duration (#753) @BeyondEvil
  * Pytest html fix reload button typo (#738) @jeffwright13
- 4.0.2:
  * Fix: Use absolute path for the report (#735) @adrien-berchet
- 4.0.1:
  * fix: Incorrect label for xfailed (#733) @BeyondEvil

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=38
2024-05-17 09:09:31 +00:00
e4ee7cad4b - Refresh patches and node_modules.tar.gz
- Update to 4.0.0:
  * Feat: Add duration format hook (#724) @BeyondEvil
  * Chore: Drop support for python 3.7 (#723) @BeyondEvil
  * Add expander to log output (#721) @drRedflint
  * Fix: Broken sorting for custom columns (#715) @BeyondEvil
  * Chore: Stop running scheduled tests on forks (#720) @BeyondEvil
  * Chore: Fix tox (#718) @BeyondEvil
  * use max height instead of fixed height (#706) @drRedflint
  * if only one item in gallery, remove navigation (#705) @drRedflint
  * Chore: Support legacy pytest-metadata (#714) @BeyondEvil
  * Feature: Untemplate table header (#713) @BeyondEvil
  * Fix: Borken HTML in jinja template (#712) @BeyondEvil
  * Feature: Update json-data-blob (#704) @BeyondEvil
  * Fix: Collapsed state between redraws (#703) @BeyondEvil
  * Feature: Only one collapsed state (#701) @BeyondEvil
  * Chore: General JS cleanup (#700) @BeyondEvil
  * Feature: Template test and duration summary (#698) @BeyondEvil
  * Feature: Template result filters (#697) @BeyondEvil
  * Feature: Template table header (#696) @BeyondEvil
  * Fix: visible query param (#695) @BeyondEvil
  * Fix: Handle legacy py html (#694) @BeyondEvil
  * Fix: Environment table toggle bug (#693) @BeyondEvil
  * Feature: Add initial sort column as ini (#692) @BeyondEvil
  * Fix: Duration sorting (#691) @BeyondEvil
  * Fix: Logging issues with teardown (#690) @BeyondEvil
  * Chore: Simplify results table hooks (#688) @BeyondEvil
  * Enable variable expansion for CSS addons. (#676) @BeyondEvil
  * Fix: results table html hook (#669) @BeyondEvil
  * fix for #671 - Sort icons inverted in next-gen branch (#672) @harmin-parra

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=36
2023-09-04 09:58:20 +00:00
c5078f1fae - Update to 4.0.0rc5, compatible with python-pytest-metadata 3.0.0
(gh#pytest-dev/pytest-html#683)
  - No release notes upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=34
2023-08-08 07:49:22 +00:00
7fe7082838 Accepting request 1102628 from home:dgarcia:branches:devel:languages:python:pytest
- Update to 4.0.0rc5
- Add drop-assertpy-dep.patch to remove assertpy dependency
- Add vendor-npm.patch to vendor npm build requirements

OBS-URL: https://build.opensuse.org/request/show/1102628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=33
2023-08-07 15:54:25 +00:00
0f180bdee4 Accepting request 1085686 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=31
2023-05-09 21:48:21 +00:00
87b3e3fedc - 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
2022-11-30 10:45:43 +00:00
878de64ed0 Accepting request 864144 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 3.1.1
  * Fix issue with reporting of missing CSS files. (#388)
    Thanks to @prakhargurunani for reporting and fixing!
- Changelog for 3.1.0 
  * Stop attaching test reruns to final test report entries (#374)
    Thanks to @VladimirPodolyan for reporting and @gnikonorov for
    the fix
  * Allow for report duration formatting (#376)
    Thanks to @brettnolan for reporting and @gnikonorov for the fix
- Changelog for 3.0.0
  * Respect --capture=no, --show-capture=no, and -s pytest flags
    (#171) Thanks to @bigunyak for reporting and @gnikonorov for the
    fix
  * Make the Results table Links column sortable (#242)
    Thanks to @vashirov for reporting and @gnikonorov for the fix
  * Fix issue with missing image or video in extras. (#265 and
    pytest-selenium#237)
    Thanks to @p00j4 and @anothermattbrown for reporting and
    @christiansandberg and @superdodd and @dhalperi for the fix
  * Fix attribute name for compatibility with pytest-xdist 2. (#305)
    Thanks to @Zac-HD for the fix
  * Post process HTML generation to allow teardown to appear in the 
    HTML output. (#131)
    Thanks to @iwanb for reporting and @csm10495 for the fix

OBS-URL: https://build.opensuse.org/request/show/864144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=27
2021-01-18 23:18:43 +00:00
Tomáš Chvátal
7da827b561 - Update to 2.1.1:
* Fix issue with funcargs causing failures. (#282)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=25
2020-03-23 09:12:50 +00:00
Tomáš Chvátal
1ac9060610 - Update to 2.1.0:
* Added support for MP4 video format. (#260)
  * Added support for sorting metadata by key. (#245)
  * Added support for rendering reports collapsed (#239)
  * Added extra fixture (#269)
  * Added ability to change report title using hook (#270)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=23
2020-03-16 08:29:50 +00:00
Tomáš Chvátal
df01528fd9 - Raise minimal pytest version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=21
2020-03-03 09:52:06 +00:00
Tomáš Chvátal
dd7a6a5252 - Update to 2.0.1:
* Properly check for presence of CSS file
  * Added support for UTF-8 display
  * Fix initial sort on column

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=19
2019-12-04 12:13:13 +00:00
Tomáš Chvátal
18d383ba8a - Update to 2.0.0:
* Drop support for python 2.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=17
2019-09-20 09:49:50 +00:00
Tomáš Chvátal
70f758860b Accepting request 730821 from home:jayvdb:py3only
- Define LANG in %check to fix openSUSE/SLE 15 builds

OBS-URL: https://build.opensuse.org/request/show/730821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=15
2019-09-16 07:42:12 +00:00
Tomáš Chvátal
b697f0ea8f - Update to 1.22.0:
* Refactor asset naming to be OS safe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=13
2019-08-12 15:43:34 +00:00
Tomáš Chvátal
ef84b2a171 - Update to 1.21.1:
* Fix issue with assets filenames being too long.
  * Allow opening generated html report in browser (@ssbarnea)
  * Handle when report title is stored as an environment variable (@BeyondEvil)
  * Change assets naming method (@SunInJuly)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=11
2019-07-02 12:30:15 +00:00
Tomáš Chvátal
1340146715 - Fix typo in the ansi2html Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=9
2019-02-27 08:14:11 +00:00
Tomáš Chvátal
1a9c286e13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=8 2019-02-20 12:24:44 +00:00
Tomáš Chvátal
6fe6126de3 - Update to 1.20.0:
* Tests running with Pytest 4.0 and Python 3.7
  * Stop filtering out falsy environment values (#175)
  * Removed extraneous space from anchor tag (@chardbury)
  * Always define __version__ even if get_distribution() fails (@nicoddemus)
  * Refactor css config code (@crazymerlyn)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=7
2019-02-14 13:40:43 +00:00
Tomáš Chvátal
6ceb9779a0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=3 2018-11-22 11:49:52 +00:00
Tomáš Chvátal
0d10375e4c - Cleanup with spec-cleaner
- Make sure the tests are really executed
- Remove useless devel dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=2
2018-11-22 10:47:10 +00:00
Tomáš Chvátal
fbb3c1e3c4 Accepting request 650723 from home:glaubitz:branches:devel:languages:python
- Submit fix for build dependency required for new python-dns-lexicon version

OBS-URL: https://build.opensuse.org/request/show/650723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=1
2018-11-22 10:37:31 +00:00