[Pytest-commit] [pytest-dev/pytest] 11ec6a: Add test environment using pluggy from master bran...

Bruno Oliveira nicoddemus at gmail.com
Wed Sep 6 14:03:21 EDT 2017


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 11ec6aeafb6f07047c043055f4beb33d83f1d4ba
      https://github.com/pytest-dev/pytest/commit/11ec6aeafb6f07047c043055f4beb33d83f1d4ba
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-01 (Fri, 01 Sep 2017)

  Changed paths:
    M .travis.yml
    M appveyor.yml
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Add test environment using pluggy from master branch

Fix #2737


  Commit: 3dc0da9339e4952cb276b32f451fa8cdc23d38be
      https://github.com/pytest-dev/pytest/commit/3dc0da9339e4952cb276b32f451fa8cdc23d38be
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-01 (Fri, 01 Sep 2017)

  Changed paths:
    M _pytest/config.py
    M testing/python/collect.py
    M testing/test_collection.py
    M testing/test_pluginmanager.py
    M testing/test_runner.py
    M testing/test_unittest.py

  Log Message:
  -----------
  Remove __multicall__ warning and usages in testing

pluggy>=0.5 already warns about those


  Commit: c42d966a4088d9ef26eac70040fe68029b71877c
      https://github.com/pytest-dev/pytest/commit/c42d966a4088d9ef26eac70040fe68029b71877c
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-01 (Fri, 01 Sep 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Change all pytest report options to the more concise '-ra' in tox.ini


  Commit: 9bbf14d0f6d68a175a440daffad97c63c51fde37
      https://github.com/pytest-dev/pytest/commit/9bbf14d0f6d68a175a440daffad97c63c51fde37
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-01 (Fri, 01 Sep 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Create explicit 'pluggymaster' env definitions

For some reason, the previous approach brakes 'coveralls' because
pip still tries to install the 'pluggy' master requirement
(git+https://...)


  Commit: d9992558fc0d1eac599ccf54b077ea37e1e06ac0
      https://github.com/pytest-dev/pytest/commit/d9992558fc0d1eac599ccf54b077ea37e1e06ac0
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Refactor tox.ini so pluggymaster envs share definitions


  Commit: 7d59b2e350cbff1454355bc5225fc0f93bbba3a7
      https://github.com/pytest-dev/pytest/commit/7d59b2e350cbff1454355bc5225fc0f93bbba3a7
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
    M testing/test_collection.py

  Log Message:
  -----------
  Fix call to outcome.force_result

Even though the test is not running at the moment (xfail), at least
we avoid future confusion


  Commit: d01f08e96fafc93cf54fd05ddff434a6da73bb6a
      https://github.com/pytest-dev/pytest/commit/d01f08e96fafc93cf54fd05ddff434a6da73bb6a
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M .travis.yml
    M AUTHORS
    M CHANGELOG.rst
    M README.rst
    M _pytest/_code/code.py
    M _pytest/capture.py
    M _pytest/compat.py
    M _pytest/config.py
    M _pytest/deprecated.py
    M _pytest/fixtures.py
    M _pytest/pytester.py
    M _pytest/python_api.py
    M _pytest/runner.py
    M _pytest/terminal.py
    M appveyor.yml
    A changelog/2653.doc
    A changelog/2681.bugfix
    A changelog/2691.trivial
    A changelog/2707.bugfix
    A changelog/2721.trivial
    A changelog/2731.bugfix
    A changelog/2734.trivial
    A changelog/2739.trivial
    A changelog/2751.bugfix
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.2.1.rst
    M doc/en/assert.rst
    M doc/en/customize.rst
    M doc/en/example/simple.rst
    M doc/en/goodpractices.rst
    M doc/en/index.rst
    M doc/en/mark.rst
    M doc/en/skipping.rst
    M doc/en/unittest.rst
    M doc/en/usage.rst
    M scripts/call-tox.bat
    M testing/acceptance_test.py
    M testing/code/test_code.py
    M testing/deprecated_test.py
    M testing/test_capture.py
    M testing/test_collection.py
    M testing/test_compat.py
    M testing/test_config.py
    M testing/test_terminal.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'features' into pluggy-master


  Commit: b55a4f805f523202e6f4100ee6507fe8e0076867
      https://github.com/pytest-dev/pytest/commit/b55a4f805f523202e6f4100ee6507fe8e0076867
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M .travis.yml
    M _pytest/config.py
    M appveyor.yml
    M setup.py
    M testing/python/collect.py
    M testing/test_collection.py
    M testing/test_pluginmanager.py
    M testing/test_runner.py
    M testing/test_unittest.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #2744 from nicoddemus/pluggy-master

Add test environment using pluggy from master branch


Compare: https://github.com/pytest-dev/pytest/compare/e1f2254fc2df...b55a4f805f52


More information about the pytest-commit mailing list