From ad67dadf0618d11e57e5e26118576c7974ff9d5a29a12ddf97d1b39d7017a77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 12 Feb 2021 08:31:30 +0000 Subject: [PATCH 1/2] Accepting request 871232 from home:stroeder:branches:devel:languages:python:pytest Update to 6.2.2 OBS-URL: https://build.opensuse.org/request/show/871232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=87 --- pytest-6.2.1.tar.gz | 3 --- pytest-6.2.2.tar.gz | 3 +++ python-pytest.changes | 9 +++++++++ python-pytest.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pytest-6.2.1.tar.gz create mode 100644 pytest-6.2.2.tar.gz diff --git a/pytest-6.2.1.tar.gz b/pytest-6.2.1.tar.gz deleted file mode 100644 index a3d6ef2..0000000 --- a/pytest-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306 -size 1102958 diff --git a/pytest-6.2.2.tar.gz b/pytest-6.2.2.tar.gz new file mode 100644 index 0000000..037bd01 --- /dev/null +++ b/pytest-6.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9 +size 1116980 diff --git a/python-pytest.changes b/python-pytest.changes index 10d625a..f603c93 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 11 14:07:38 UTC 2021 - Michael Ströder + +- Update to 6.2.2 + * #8152: Fixed "()" being shown as a skip reason in the + verbose test summary line when the reason is empty. + * #8249: Fix the faulthandler plugin for occasions when running with + twisted.logger and using pytest --capture=no. + ------------------------------------------------------------------- Tue Jan 5 14:50:41 UTC 2021 - Markéta Machová diff --git a/python-pytest.spec b/python-pytest.spec index 5e75f6c..6f85a78 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-pytest%{psuffix} -Version: 6.2.1 +Version: 6.2.2 Release: 0 Summary: Simple powerful testing with Python License: MIT From 1f2dcbb703e70bfaa5b5629fad5a5756f2cac1127c777217ff56e1b3a7f6c2ca Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 15 Feb 2021 06:58:25 +0000 Subject: [PATCH 2/2] Accepting request 872210 from home:bnavigator:branches:devel:languages:python:pytest - Don't require python36-numpy for testing, because Tumbleweed cannot provide python36-numpy any longer: NumPy 1.20 dropped Python 3.6 support. The tests are skipped automatically. OBS-URL: https://build.opensuse.org/request/show/872210 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=88 --- python-pytest.changes | 7 +++++++ python-pytest.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pytest.changes b/python-pytest.changes index f603c93..59a62ff 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 14 20:30:36 UTC 2021 - Ben Greiner + +- Don't require python36-numpy for testing, because Tumbleweed + cannot provide python36-numpy any longer: NumPy 1.20 dropped + Python 3.6 support. The tests are skipped automatically. + ------------------------------------------------------------------- Thu Feb 11 14:07:38 UTC 2021 - Michael Ströder diff --git a/python-pytest.spec b/python-pytest.spec index 6f85a78..3d231ca 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -59,7 +59,7 @@ BuildRequires: %{python_module hypothesis >= 3.56} # nose is really not REQUIRED, the test suite skips over particular # tests, when the package is not available. # BuildRequires: %%{python_module nose} -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module numpy if (%python-base without python36-base)} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pygments-pytest} BuildRequires: %{python_module pytest >= %{version}}