From 6173e007353f1c4109b7fd84f755702293821a50f7d148f4be00e3e6952adabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Oct 2020 11:51:55 +0000 Subject: [PATCH] Accepting request 841525 from home:mcalabkova:branches:devel:languages:python:pytest - Skip test failing with the new pytest OBS-URL: https://build.opensuse.org/request/show/841525 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=22 --- python-pytest-xdist.changes | 5 +++++ python-pytest-xdist.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index c4334bc..806e114 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 13 11:46:40 UTC 2020 - Marketa Calabkova + +- Skip test failing with the new pytest + ------------------------------------------------------------------- Mon Aug 31 13:01:20 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 46c8f26..ede1afc 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -83,7 +83,8 @@ sed -i 's/\r//' README.rst %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# https://github.com/pytest-dev/pytest-xdist/issues/601 +%pytest -k "not test_warning_captured_deprecated_in_pytest_6" %files %{python_files} %doc CHANGELOG.rst README.rst