Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: ebddac6a5c411cc650fa16382a8115af3aea7409
      
https://github.com/pytest-dev/pytest/commit/ebddac6a5c411cc650fa16382a8115af3aea7409
  Author: codetriage-readme-bot 
<richard.schneeman+githubcodetriagerea...@gmail.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Add CodeTriage badge to pytest-dev/pytest

Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source 
Helpers](https://www.codetriage.com/pytest-dev/pytest/badges/users.svg)](https://www.codetriage.com/pytest-dev/pytest)

## What is CodeTriage?

CodeTriage is an Open Source app that is designed to make contributing to Open 
Source projects easier. It works by sending subscribers a few open issues in 
their inbox. If subscribers get busy, there is an algorithm that backs off 
issue load so they do not get overwhelmed

[Read more about the CodeTriage project](https://www.codetriage.com/what).

## Why am I getting this PR?

Your project was picked by the human, @schneems. They selected it from the 
projects submitted to https://www.codetriage.com and hand edited the PR. How 
did your project get added to [CodeTriage](https://www.codetriage.com/what)? 
Roughly 11 months ago, [cacoze](https://github.com/cacoze) added this project 
to CodeTriage in order to start contributing. Since then, 32 people have 
subscribed to help this repo.

## What does adding a badge accomplish?

Adding a badge invites people to help contribute to your project. It also lets 
developers know that others are invested in the longterm success and 
maintainability of the project.

You can see an example of a CodeTriage badge on these popular OSS READMEs:

- 
[![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails)
 https://github.com/rails/rails
- 
[![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal)
 https://github.com/crystal-lang/crystal

## Have a question or comment?

While I am a bot, this PR was manually reviewed and monitored by a human - 
@schneems. My job is writing commit messages and handling PR logistics.

If you have any questions, you can reply back to this PR and they will be 
answered by @schneems. If you do not want a badge right now, no worries, close 
the PR, you will not hear from me again.

Thanks for making your project Open Source! Any feedback is greatly appreciated.


  Commit: 6e14585ca20d27db81f122d2c3a76135e4192fc4
      
https://github.com/pytest-dev/pytest/commit/6e14585ca20d27db81f122d2c3a76135e4192fc4
  Author: mike <michael.duroc...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M _pytest/python_api.py
    A changelog/3247.bugfix.rst
    M testing/python/approx.py

  Log Message:
  -----------
  Fix approx default tolerances for Decimal


  Commit: 147b43f83216c612ab0122c8a3961895c4222abe
      
https://github.com/pytest-dev/pytest/commit/147b43f83216c612ab0122c8a3961895c4222abe
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M changelog/3247.bugfix.rst

  Log Message:
  -----------
  Small changelog tweak


  Commit: 45d0a212945979cc0679ee5b572ccea46386bc3f
      
https://github.com/pytest-dev/pytest/commit/45d0a212945979cc0679ee5b572ccea46386bc3f
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Fix README because of code triage badge


  Commit: 75f11f0b6576a7bd60927e3425a679c20c40f261
      
https://github.com/pytest-dev/pytest/commit/75f11f0b6576a7bd60927e3425a679c20c40f261
  Author: Allan Feldman <allan.d.feld...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M _pytest/fixtures.py

  Log Message:
  -----------
  Fix reference cycle caused by PseudoFixtureDef.

Python types have reference cycles to themselves when they are created. This is
partially caused by descriptors which get / set values from the __dict__
attribute for getattr / setattr on classes.

This is not normally an issue since types tend to remain referenced for the
lifetime of the Python process (and thus never become garbage).

However, in the case of PseudoFixtureDef, the class is generated in
_get_active_fixturedef and later discarded when pytest_fixture_setup returns.
As a result, the generated PseudoFixtureDef type becomes garbage.

This is not really a performance issue but it can lead to some problems when
making tests and assertions about garbage when using pytest.

This garbage creation problem can be rectified by returning a namedtuple
instance which is functionally the same. In the modified code, the namedtuple
is allocated / deallocated using reference counting rather than having to use
the garbage collector.


  Commit: 264e455410b8ea63e10ec823287188e29d50e29b
      
https://github.com/pytest-dev/pytest/commit/264e455410b8ea63e10ec823287188e29d50e29b
  Author: Ronny Pfannschmidt <opensou...@ronnypfannschmidt.de>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M _pytest/python_api.py
    A changelog/3247.bugfix.rst
    M testing/python/approx.py

  Log Message:
  -----------
  Merge pull request #3248 from durocher/master

Fix approx default tolerances for Decimal


  Commit: dd97c940359079fd874795a731d54d1abb7d4c8e
      
https://github.com/pytest-dev/pytest/commit/dd97c940359079fd874795a731d54d1abb7d4c8e
  Author: Ronny Pfannschmidt <opensou...@ronnypfannschmidt.de>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Merge pull request #3240 from codetriage-readme-bot/codetriage-badge

Add CodeTriage badge to pytest-dev/pytest


  Commit: aa53e37fa255248c101f32dda876ad589bc68bb2
      
https://github.com/pytest-dev/pytest/commit/aa53e37fa255248c101f32dda876ad589bc68bb2
  Author: Allan Feldman <allan.d.feld...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M testing/python/fixture.py

  Log Message:
  -----------
  Add a test to expose leaked PseudoFixtureDef types.


  Commit: 287c003cfd28cb2fc0bd4cba92b76333a8543ab7
      
https://github.com/pytest-dev/pytest/commit/287c003cfd28cb2fc0bd4cba92b76333a8543ab7
  Author: Allan Feldman <allan.d.feld...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  Add myself to AUTHORS.


  Commit: 7536e949b18aa6ab5c3594ce9c200aed9dcf8dcb
      
https://github.com/pytest-dev/pytest/commit/7536e949b18aa6ab5c3594ce9c200aed9dcf8dcb
  Author: Allan Feldman <allan.d.feld...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    A changelog/3249.bugfix.rst

  Log Message:
  -----------
  Add changelog entry.


  Commit: 48548767fcc1c65134309b649cf4d63f5b9cec65
      
https://github.com/pytest-dev/pytest/commit/48548767fcc1c65134309b649cf4d63f5b9cec65
  Author: Allan Feldman <allan.d.feld...@gmail.com>
  Date:   2018-02-21 (Wed, 21 Feb 2018)

  Changed paths:
    M _pytest/fixtures.py

  Log Message:
  -----------
  Use a frozen attr class for PseudoFixtureDef.


  Commit: b5ac61657a74e2224f2534b7c3663b351bfe2506
      
https://github.com/pytest-dev/pytest/commit/b5ac61657a74e2224f2534b7c3663b351bfe2506
  Author: Kyle Altendorf <s...@fstab.net>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M doc/en/writing_plugins.rst

  Log Message:
  -----------
  Correct docs to config.pluginmanager.get_plugin()

`getplugin()` is deprecated in favor of `get_plugin()`.

https://github.com/pytest-dev/pytest/blob/dd97c940359079fd874795a731d54d1abb7d4c8e/_pytest/config.py#L261


  Commit: 1127d519db0b115ef6136c214efe6c0a5a925dd7
      
https://github.com/pytest-dev/pytest/commit/1127d519db0b115ef6136c214efe6c0a5a925dd7
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M doc/en/writing_plugins.rst

  Log Message:
  -----------
  Merge pull request #3254 from altendky/patch-1

Correct docs to config.pluginmanager.get_plugin()


  Commit: bedceaacc46aefab78c8f29db36dab03c24f1646
      
https://github.com/pytest-dev/pytest/commit/bedceaacc46aefab78c8f29db36dab03c24f1646
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M AUTHORS
    M _pytest/fixtures.py
    A changelog/3249.bugfix.rst
    M testing/python/fixture.py

  Log Message:
  -----------
  Merge pull request #3249 from a-feld/request-fixture-reference-cycle

Fix PseudoFixtureDef reference cycle.


  Commit: 6166151ee454a7ee1af37db16b5a7909908af5ea
      
https://github.com/pytest-dev/pytest/commit/6166151ee454a7ee1af37db16b5a7909908af5ea
  Author: joshm91 <joshmil...@gmail.com>
  Date:   2018-02-24 (Sat, 24 Feb 2018)

  Changed paths:
    A changelog/3259.trivial
    M doc/en/fixture.rst

  Log Message:
  -----------
  Fix minor typo in fixture.rst


  Commit: ae62ced08041cd057db1134ae6628d4d9c466448
      
https://github.com/pytest-dev/pytest/commit/ae62ced08041cd057db1134ae6628d4d9c466448
  Author: Florian Bruhin <m...@the-compiler.org>
  Date:   2018-02-24 (Sat, 24 Feb 2018)

  Changed paths:
    A changelog/3259.trivial
    M doc/en/fixture.rst

  Log Message:
  -----------
  Merge pull request #3259 from joshm91/fix_typo

Fix minor typo in fixture.rst


  Commit: 39024a7536b09dd5cf7113f327142291fc8dd265
      
https://github.com/pytest-dev/pytest/commit/39024a7536b09dd5cf7113f327142291fc8dd265
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Fix broken links in getting-started

Fix #3256


  Commit: 46c5d5355ea5127695984b74342c77d23d8858e6
      
https://github.com/pytest-dev/pytest/commit/46c5d5355ea5127695984b74342c77d23d8858e6
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    M _pytest/terminal.py
    M testing/test_terminal.py

  Log Message:
  -----------
  #3203 Remove progress when no-capture


  Commit: 6200920dc388ac8d7822684610ebef7c544341fc
      
https://github.com/pytest-dev/pytest/commit/6200920dc388ac8d7822684610ebef7c544341fc
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    A changelog/3203.trivial

  Log Message:
  -----------
  #3203 Added changelog file


  Commit: 31476c69abaf6f68a160084a6d4501e1535b0bb4
      
https://github.com/pytest-dev/pytest/commit/31476c69abaf6f68a160084a6d4501e1535b0bb4
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    M testing/test_terminal.py

  Log Message:
  -----------
  #3203 Fix tests


  Commit: 44fa5a77d4544d22220704fab5ab494fb57f52ae
      
https://github.com/pytest-dev/pytest/commit/44fa5a77d4544d22220704fab5ab494fb57f52ae
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Merge pull request #3262 from nicoddemus/fix-tmpdir-docs

Fix broken links in getting-started


  Commit: 188df8100c2db0e53b760996a88925ab55973253
      
https://github.com/pytest-dev/pytest/commit/188df8100c2db0e53b760996a88925ab55973253
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    A changelog/3203.bugfix.rst
    R changelog/3203.trivial

  Log Message:
  -----------
  Small adjustment to the CHANGELOG


  Commit: 20085542e2d55f7e6c072073a4ddb42ece5e3b07
      
https://github.com/pytest-dev/pytest/commit/20085542e2d55f7e6c072073a4ddb42ece5e3b07
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M _pytest/terminal.py
    A changelog/3203.bugfix.rst
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge pull request #3263 from feuillemorte/3203-remove-statistic-indicator

#3203 Remove progress when no-capture


  Commit: 3f7223af443d68c18c90ffc84f58c5f0e9952cb0
      
https://github.com/pytest-dev/pytest/commit/3f7223af443d68c18c90ffc84f58c5f0e9952cb0
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  #3260 Fix pytest section in setup ini file


  Commit: eadd15fe4591c4e1c1c949a489cfc53976b5b543
      
https://github.com/pytest-dev/pytest/commit/eadd15fe4591c4e1c1c949a489cfc53976b5b543
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    A changelog/3260.bugfix

  Log Message:
  -----------
  #3260 Added changelog file


  Commit: 409b919fc0cf291b38cabb7eb991b086323e5d1b
      
https://github.com/pytest-dev/pytest/commit/409b919fc0cf291b38cabb7eb991b086323e5d1b
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M testing/test_config.py

  Log Message:
  -----------
  #3260 Added test


  Commit: 143ac5af99cc56b1868741b095ad7db7eccde73c
      
https://github.com/pytest-dev/pytest/commit/143ac5af99cc56b1868741b095ad7db7eccde73c
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  #3260 Fix config.py for py27


  Commit: 92219e576bcb8d62e0d75e0bf8d10aad58320dde
      
https://github.com/pytest-dev/pytest/commit/92219e576bcb8d62e0d75e0bf8d10aad58320dde
  Author: feuillemorte <fmo...@ya.ru>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  #3260 Remove deprecation


  Commit: 1fb2457018d6a2171b2721c84cb7271a6c2c0667
      
https://github.com/pytest-dev/pytest/commit/1fb2457018d6a2171b2721c84cb7271a6c2c0667
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    R changelog/3260.bugfix
    A changelog/3260.bugfix.rst

  Log Message:
  -----------
  Adjust CHANGELOG


  Commit: 9fcbf5716360655dc761fbbc38081daaa7911eb9
      
https://github.com/pytest-dev/pytest/commit/9fcbf5716360655dc761fbbc38081daaa7911eb9
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M _pytest/config.py
    A changelog/3260.bugfix.rst
    M testing/test_config.py

  Log Message:
  -----------
  Merge pull request #3267 from feuillemorte/3260-fix-pytest-section

#3260 fix pytest section


  Commit: a2a64546ebdfc4ec16710eda12511910dbe7948b
      
https://github.com/pytest-dev/pytest/commit/a2a64546ebdfc4ec16710eda12511910dbe7948b
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M AUTHORS
    M README.rst
    M _pytest/config.py
    M _pytest/fixtures.py
    M _pytest/python_api.py
    M _pytest/terminal.py
    A changelog/3203.bugfix.rst
    A changelog/3247.bugfix.rst
    A changelog/3249.bugfix.rst
    A changelog/3259.trivial
    A changelog/3260.bugfix.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/writing_plugins.rst
    M testing/python/approx.py
    M testing/python/fixture.py
    M testing/test_config.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into features


  Commit: 0a5a6c19be49db3e98d12cbe1a21c6db273d1189
      
https://github.com/pytest-dev/pytest/commit/0a5a6c19be49db3e98d12cbe1a21c6db273d1189
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M AUTHORS
    M README.rst
    M _pytest/config.py
    M _pytest/fixtures.py
    M _pytest/python_api.py
    M _pytest/terminal.py
    A changelog/3203.bugfix.rst
    A changelog/3247.bugfix.rst
    A changelog/3249.bugfix.rst
    A changelog/3259.trivial
    A changelog/3260.bugfix.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/writing_plugins.rst
    M testing/python/approx.py
    M testing/python/fixture.py
    M testing/test_config.py
    M testing/test_terminal.py

  Log Message:
  -----------
  Merge pull request #3269 from nicoddemus/merge-master-into-features

Merge master into features


Compare: 
https://github.com/pytest-dev/pytest/compare/90638b661d2f...0a5a6c19be49
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to