diff --git a/pytest-3.10.0.tar.gz b/pytest-3.10.0.tar.gz deleted file mode 100644 index 06cbd6c..0000000 --- a/pytest-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b5232735dd0b736cbea9c0f09e5070d78fcaba2823a4f6f09d9a81bd19415c -size 890744 diff --git a/pytest-3.10.1.tar.gz b/pytest-3.10.1.tar.gz new file mode 100644 index 0000000..74fd2cc --- /dev/null +++ b/pytest-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e246cf173c01169b9617fc07264b7b1316e78d7a650055235d6d897bc80d9660 +size 892420 diff --git a/python-pytest-doc.spec b/python-pytest-doc.spec index cfc77ac..ec19ab4 100644 --- a/python-pytest-doc.spec +++ b/python-pytest-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doc -Version: 3.10.0 +Version: 3.10.1 Release: 0 Summary: Documentation for python-pytest, a testing tool with autodiscovery License: MIT diff --git a/python-pytest.changes b/python-pytest.changes index a1c9f36..cbfa3a3 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Nov 14 14:00:29 UTC 2018 - Ondřej Súkup + +- update to 3.10.1 + * Fix nested usage of debugging plugin (pdb) + * Block the stepwise plugin if cacheprovider is also blocked, as one + depends on the other. + * Parse minversion as an actual version and not as dot-separated strings. + * Fix duplicate collection due to multiple args matching the same packages. + * Fix item.nodeid with resolved symlinks. + * Fix collection of direct symlinked files, where the target does not match + python_files. + * Fix TypeError in report_collect with _collect_report_last_write. + ------------------------------------------------------------------- Mon Nov 5 08:13:05 UTC 2018 - Ondřej Súkup diff --git a/python-pytest.spec b/python-pytest.spec index 457e418..59aed91 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest -Version: 3.10.0 +Version: 3.10.1 Release: 0 Summary: Python testing tool with autodiscovery and detailed asserts License: MIT