diff --git a/pytest-randomly-3.15.0.tar.gz b/pytest-randomly-3.15.0.tar.gz deleted file mode 100644 index 1bb0e35..0000000 --- a/pytest-randomly-3.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:273e955ff721829977bc5c418bdaa32cba6496ff1925066453eb2d53f23e9406 -size 34667 diff --git a/pytest-randomly-3.16.0.tar.gz b/pytest-randomly-3.16.0.tar.gz new file mode 100644 index 0000000..ea5b5d4 --- /dev/null +++ b/pytest-randomly-3.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4b415f7eb81f8f8f0d09591ed90a76a1d8b03544d73c2d0e718c2a8f7f3bc0 +size 26547 diff --git a/python-pytest-randomly.changes b/python-pytest-randomly.changes index f7124a7..7448c04 100644 --- a/python-pytest-randomly.changes +++ b/python-pytest-randomly.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- -Mon Oct 28 09:41:53 UTC 2024 - Daniel Garcia +Mon Oct 28 16:47:25 UTC 2024 - Dirk Müller -- Make model-bakery BuildRequires optional, in SLFO:Main we don't have - python311-django. +- update to 3.16.0: + * Drop Python 3.8 support. + * Support Python 3.13. ------------------------------------------------------------------- Tue Nov 7 20:04:52 UTC 2023 - Dirk Müller diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index bfee03b..615200d 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-randomly -Version: 3.15.0 +Version: 3.16.0 Release: 0 Summary: Pytest plugin to randomly order tests and control random.seed License: MIT @@ -37,10 +37,7 @@ BuildArch: noarch BuildRequires: %{python_module Faker >= 13.11.0} BuildRequires: %{python_module factory_boy} BuildRequires: %{python_module importlib-metadata >= 3.6.0} -# Django package not available on SLFO:Main -%if 0%{suse_version} > 1600 BuildRequires: %{python_module model-bakery >= 1.13.0} -%endif BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} @@ -79,14 +76,7 @@ Features: %check # test_entrypoint_injection needs installed module for pytest to use -skiptest="test_entrypoint_injection or test_it_runs_before_stepwise" - -# Django package not available on SLFO:Main -%if 0%{suse_version} <= 1600 -skiptest+=" or test_model_bakery" -%endif - -%pytest -k "not ($skiptest)" +%pytest -k "not (test_entrypoint_injection or test_it_runs_before_stepwise)" %files %{python_files} %doc README.rst