From flub at devork.be Sun Feb 19 14:18:40 2017 From: flub at devork.be (Floris Bruynooghe) Date: Sun, 19 Feb 2017 11:18:40 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] f1900b: Revert subclassing explicitly from object introduc... Message-ID: <58a9ef90233cb_e443f8b26febc441106c3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: f1900bbea6d7402fb511d84d2b1e58e17b59a03d https://github.com/pytest-dev/pytest/commit/f1900bbea6d7402fb511d84d2b1e58e17b59a03d Author: Bruno Oliveira Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M _pytest/vendored_packages/pluggy.py Log Message: ----------- Revert subclassing explicitly from object introduced by accident in #2260 Commit: 44ad369c17b2e878875cfa809a4908462aac1b1d https://github.com/pytest-dev/pytest/commit/44ad369c17b2e878875cfa809a4908462aac1b1d Author: Floris Bruynooghe Date: 2017-02-19 (Sun, 19 Feb 2017) Changed paths: M _pytest/vendored_packages/pluggy.py Log Message: ----------- Merge pull request #2263 from nicoddemus/revert-pluggy Revert subclassing explicitly from object introduced by accident in #2260 Compare: https://github.com/pytest-dev/pytest/compare/abd6ad37515b...44ad369c17b2 From nicoddemus at gmail.com Sun Feb 19 16:07:15 2017 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sun, 19 Feb 2017 13:07:15 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 5fd010: Simplify travis.yml with tox environment variables Message-ID: <58aa09035eca1_f143fcdd50b1c3c1945ba@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: 5fd010c4c3f53d69bcef396989e52a6cbfa59c4e https://github.com/pytest-dev/pytest/commit/5fd010c4c3f53d69bcef396989e52a6cbfa59c4e Author: Anthony Sottile Date: 2017-02-19 (Sun, 19 Feb 2017) Changed paths: M .travis.yml Log Message: ----------- Simplify travis.yml with tox environment variables Commit: 6680cb9100b0094b1cd8267dcb4da43f3d670314 https://github.com/pytest-dev/pytest/commit/6680cb9100b0094b1cd8267dcb4da43f3d670314 Author: Bruno Oliveira Date: 2017-02-19 (Sun, 19 Feb 2017) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #2264 from asottile/simplify_travis Simplify travis.yml with tox environment variables Compare: https://github.com/pytest-dev/pytest/compare/21a09f0895f3...6680cb9100b0 From nicoddemus at gmail.com Fri Feb 24 18:18:57 2017 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 24 Feb 2017 15:18:57 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 6ba347: Make capsys more like stdio streams in python3. R... Message-ID: <58b0bf61bc6e8_25d3fc92deafc2819313e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 6ba3475448d3ab78b4bf7de9aa81baa47357a70d https://github.com/pytest-dev/pytest/commit/6ba3475448d3ab78b4bf7de9aa81baa47357a70d Author: Anthony Sottile Date: 2017-02-23 (Thu, 23 Feb 2017) Changed paths: M AUTHORS M CHANGELOG.rst M _pytest/capture.py M _pytest/compat.py M testing/test_capture.py Log Message: ----------- Make capsys more like stdio streams in python3. Resolves #1407. Commit: 8b598f00e9f06a366eef36826070e42e7673fa24 https://github.com/pytest-dev/pytest/commit/8b598f00e9f06a366eef36826070e42e7673fa24 Author: Anthony Sottile Date: 2017-02-23 (Thu, 23 Feb 2017) Changed paths: M _pytest/pytester.py Log Message: ----------- Make pytester use pytest's capture implementation Commit: 0f3d7acdc476c65318e454c26927af4d08217fd3 https://github.com/pytest-dev/pytest/commit/0f3d7acdc476c65318e454c26927af4d08217fd3 Author: Bruno Oliveira Date: 2017-02-24 (Fri, 24 Feb 2017) Changed paths: M AUTHORS M CHANGELOG.rst M _pytest/capture.py M _pytest/compat.py M _pytest/pytester.py M testing/test_capture.py Log Message: ----------- Merge pull request #2266 from asottile/capture_v2 Make capsys more like stdio streams in python3. Resolves #1407. Compare: https://github.com/pytest-dev/pytest/compare/44ad369c17b2...0f3d7acdc476