From 041f2aba57e1bc32da4a1830d13c89979810c2ad5661c6ea90e51046b2abe15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 10 Oct 2023 18:29:09 +0000 Subject: [PATCH] - enable testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-skip-markers?expand=0&rev=2 --- python-pytest-skip-markers.changes | 5 +++++ python-pytest-skip-markers.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-pytest-skip-markers.changes b/python-pytest-skip-markers.changes index 6983b21..30851d5 100644 --- a/python-pytest-skip-markers.changes +++ b/python-pytest-skip-markers.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 10 18:28:55 UTC 2023 - Ondřej Súkup + +- enable testsuite + ------------------------------------------------------------------- Wed Sep 7 11:26:31 UTC 2022 - Alexander Graul diff --git a/python-pytest-skip-markers.spec b/python-pytest-skip-markers.spec index 1d9a468..e78d350 100644 --- a/python-pytest-skip-markers.spec +++ b/python-pytest-skip-markers.spec @@ -32,6 +32,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module distro} BuildRequires: %{python_module pytest >= 6.0.0} +BuildRequires: %{python_module pyfakefs} # /SECTION BuildRequires: fdupes Requires: python-attrs >= 19.2.0 @@ -55,6 +56,9 @@ tests. %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE