From 6698fb882bd6cb2d5657642d73bc067e2db00ce284d2bde41a4833a3f44a53c4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 Nov 2020 21:32:24 +0000 Subject: [PATCH] Accepting request 846263 from home:mmachova:branches:devel:languages:python:pytest - update to 0.9.4 * Fix pytest-sugar 0.9.3 incompatible with pytest 5.4 (thanks @nicoddemus) * Fix Tests fail with pytest 3.5.0 DOCTESTS (^) * Fix Tests fail with pytest 5.x (^) OBS-URL: https://build.opensuse.org/request/show/846263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-sugar?expand=0&rev=10 --- pytest-sugar-0.9.3.tar.gz | 3 --- pytest-sugar-0.9.4.tar.gz | 3 +++ python-pytest-sugar.changes | 8 ++++++++ python-pytest-sugar.spec | 6 ++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 pytest-sugar-0.9.3.tar.gz create mode 100644 pytest-sugar-0.9.4.tar.gz diff --git a/pytest-sugar-0.9.3.tar.gz b/pytest-sugar-0.9.3.tar.gz deleted file mode 100644 index b9ce581..0000000 --- a/pytest-sugar-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1630b5b7ea3624919b73fde37cffb87965c5087a4afab8a43074ff44e0d810c4 -size 12649 diff --git a/pytest-sugar-0.9.4.tar.gz b/pytest-sugar-0.9.4.tar.gz new file mode 100644 index 0000000..625f585 --- /dev/null +++ b/pytest-sugar-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3 +size 12727 diff --git a/python-pytest-sugar.changes b/python-pytest-sugar.changes index 2973b08..c3f1d5b 100644 --- a/python-pytest-sugar.changes +++ b/python-pytest-sugar.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 5 14:51:01 UTC 2020 - Marketa Machova + +- update to 0.9.4 + * Fix pytest-sugar 0.9.3 incompatible with pytest 5.4 (thanks @nicoddemus) + * Fix Tests fail with pytest 3.5.0 DOCTESTS (^) + * Fix Tests fail with pytest 5.x (^) + ------------------------------------------------------------------- Mon Apr 27 09:30:57 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 67d1041..cc57414 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-sugar -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: Pretty printer for pytest progress License: BSD-3-Clause @@ -48,9 +48,7 @@ pytest-sugar is a plugin for py.test that shows failures and errors instantly an %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_item_count_after_pytest_collection_modifyitems - https://github.com/Frozenball/pytest-sugar/issues/180 -# test_doctest - same as above -%pytest -k 'not test_item_count_after_pytest_collection_modifyitems and not test_doctest' +%pytest %files %{python_files} %license LICENSE