[Python-modules-commits] [pytest-xdist] branch upstream updated (16a880f -> 45ca7bb)

Daniel Stender stender at moszumanska.debian.org
Sat Aug 5 17:57:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a change to branch upstream
in repository pytest-xdist.

      from  16a880f   New upstream version 1.15.0
       new  45ca7bb   New upstream version 1.18.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md |  17 +++++
 .travis.yml                      |  38 ++++------
 CHANGELOG => CHANGELOG.rst       |  94 ++++++++++++++++++++++++
 HOWTORELEASE.rst                 |  45 ++++++++++++
 MANIFEST.in                      |   7 --
 OVERVIEW.md                      |   2 +
 PKG-INFO                         |  28 ++++----
 README.rst                       |  26 ++++---
 appveyor.yml                     |  13 ++++
 changelog/_template.rst          |  39 ++++++++++
 dev-requirements.txt             |   1 +
 pyproject.toml                   |  36 ++++++++++
 setup.cfg                        |   7 +-
 setup.py                         |   2 +-
 testing/acceptance_test.py       |  73 ++++++++++++-------
 testing/test_dsession.py         | 149 ++++++++++++++++++++-------------------
 testing/test_looponfail.py       |   2 +-
 testing/test_newhooks.py         |  11 ++-
 testing/test_plugin.py           |   4 ++
 testing/test_remote.py           |  75 ++++++++++++++++++--
 tox.ini                          |  14 ++--
 xdist/_version.py                |   2 +-
 xdist/dsession.py                | 131 +++++++++++++++++-----------------
 xdist/newhooks.py                |   8 ++-
 xdist/plugin.py                  |   4 +-
 xdist/remote.py                  |  27 ++++++-
 xdist/slavemanage.py             |  85 +++++++++++++++++-----
 27 files changed, 678 insertions(+), 262 deletions(-)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 rename CHANGELOG => CHANGELOG.rst (70%)
 create mode 100644 HOWTORELEASE.rst
 delete mode 100644 MANIFEST.in
 create mode 100644 changelog/_template.rst
 create mode 100644 dev-requirements.txt
 create mode 100644 pyproject.toml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-xdist.git



More information about the Python-modules-commits mailing list