From ffd8c4f5e338284c581efae74af1d8bb2cc67216348409f74f1d361bb051d28a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 23:20:30 +0000 Subject: [PATCH] - drop unmaintained and unused pytest-flake8dir OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=22 --- python-flake8-comprehensions.changes | 5 +++++ python-flake8-comprehensions.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-flake8-comprehensions.changes b/python-flake8-comprehensions.changes index 3523998..ab370c1 100644 --- a/python-flake8-comprehensions.changes +++ b/python-flake8-comprehensions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 4 23:19:48 UTC 2023 - Dirk Müller + +- drop unmaintained and unused pytest-flake8dir + ------------------------------------------------------------------- Thu Apr 13 12:27:04 UTC 2023 - Dirk Müller diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index 2e2b32e..de433d6 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -35,8 +35,8 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module flake8} BuildRequires: %{python_module pytest-flake8-path} -BuildRequires: %{python_module pytest-flake8dir} BuildRequires: %{python_module pytest-randomly} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -55,7 +55,7 @@ A flake8 plugin that helps you write better list/set/dict comprehensions. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest %{?jobs: -n %jobs} %files %{python_files} %license LICENSE