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