diff --git a/pytest-xdist-1.26.1.tar.gz b/pytest-xdist-1.26.1.tar.gz deleted file mode 100644 index 0957dae..0000000 --- a/pytest-xdist-1.26.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d03d1ff1b008458ed04fa73e642d840ac69b4107c168e06b71037c62d7813dd4 -size 64973 diff --git a/pytest-xdist-1.27.0.tar.gz b/pytest-xdist-1.27.0.tar.gz new file mode 100644 index 0000000..161e2e2 --- /dev/null +++ b/pytest-xdist-1.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96ed691705882560fa3fc95531fbd4c224896c827f4004817eb2dcac4ba41a2 +size 65259 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index dbaf66e..bf79f1b 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal + +- Update to 1.27.0: + * #374: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. + * #415: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option. + ------------------------------------------------------------------- Tue Feb 12 12:57:15 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 6cb472f..d29103a 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-xdist -Version: 1.26.1 +Version: 1.27.0 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT