diff --git a/pytest-xdist-3.0.2.tar.gz b/pytest-xdist-3.0.2.tar.gz deleted file mode 100644 index c7976ae..0000000 --- a/pytest-xdist-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291 -size 69590 diff --git a/pytest-xdist-3.2.1.tar.gz b/pytest-xdist-3.2.1.tar.gz new file mode 100644 index 0000000..bef6b5f --- /dev/null +++ b/pytest-xdist-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727 +size 76362 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index a85e60a..c0fb875 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Mar 27 07:25:48 UTC 2023 - Dirk Müller + +- update to 3.2.1: + * Fixed hang in ``worksteal`` scheduler. + * Improved Documentation + * Document limitations for debugging due + to standard I/O of workers not being forwarded. Also, mention + remote debugging as a possible workaround. + Features: + * Users can now configure ``load`` + scheduling precision using ``--maxschedchunk`` command + line option. + * New ``worksteal`` scheduler, based on + the idea of `work stealing + It's similar + to ``load`` scheduler, but it should handle tests with + significantly differing duration better, and, at the same + time, it should provide similar or better reuse of fixtures. + ------------------------------------------------------------------- Wed Nov 30 08:01:07 UTC 2022 - Daniel Garcia diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index e7b866a..16ba4a2 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-xdist # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define skip_python2 1 Name: python-pytest-xdist -Version: 3.0.2 +Version: 3.2.1 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT URL: https://github.com/pytest-dev/pytest-xdist Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module execnet >= 1.1} BuildRequires: %{python_module filelock} BuildRequires: %{python_module pip}