[Pytest-commit] Issue #497: py.test fails when testing code that uses oslo.config and a config file (hpk42/pytest)

2014-04-03 Thread Philipp Sonntag
New issue 497: py.test fails when testing code that uses oslo.config and a config file https://bitbucket.org/hpk42/pytest/issue/497/pytest-fails-when-testing-code-that-uses Philipp Sonntag: Hello, I was refactoring a tool in a package that I'm working on, to use oslo.config for it's configura

[Pytest-commit] commit/pytest: 2 new changesets

2014-04-03 Thread commits-noreply
2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/4361873fa57c/ Changeset: 4361873fa57c Branch: conftest-clean User:hpk42 Date:2014-04-02 22:30:45 Summary: cleanup internal conftest handling and avoid the strange None entry in the conftest cache. (Ther

[Pytest-commit] commit/pytest: 2 new changesets

2014-04-03 Thread commits-noreply
2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/c46eb47ecff4/ Changeset: c46eb47ecff4 Branch: break_ExceptionInfo_reference_cycles User:jurko Date:2014-04-02 15:34:36 Summary: break reference cycles caused by storing local reference to exception info

[Pytest-commit] commit/pytest: 3 new changesets

2014-04-03 Thread commits-noreply
3 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/92078d772e04/ Changeset: 92078d772e04 Branch: makepyfile_utf8 User:Marc Abramowitz Date:2014-03-28 17:44:18 Summary: Make makepyfile accept UTF-8 so a few cookie tests in test_assertrewrite.py don't nee

[Pytest-commit] commit/pytest: 2 new changesets

2014-04-03 Thread commits-noreply
2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/25bc2d6682eb/ Changeset: 25bc2d6682eb Branch: fix_capfd_fixture_docstring User:jurko Date:2014-04-03 09:59:04 Summary: correct a capfd fixture docstring typo Affected #: 1 file diff -r e3398dc8d7cc3622

[Pytest-commit] commit/pytest: hpk42: add some changelog entries

2014-04-03 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/b5ef679ae095/ Changeset: b5ef679ae095 User:hpk42 Date:2014-04-03 10:04:09 Summary: add some changelog entries Affected #: 1 file diff -r 994826a51966f862fa16b9cee6f1aa4a95f1f9e9 -r b5ef679ae0950d3baed67c96c

[Pytest-commit] Issue #498: Function scope fixture with failing finalizer called only once (hpk42/pytest)

2014-04-03 Thread Alexander Steinert
New issue 498: Function scope fixture with failing finalizer called only once https://bitbucket.org/hpk42/pytest/issue/498/function-scope-fixture-with-failing Alexander Steinert: ``` python import pytest class Helper: pass @pytest.fixture(scope="function") def failing_fixture(request):

[Pytest-commit] commit/pytest: hpk42: fix issue443: fix skip examples to use proper comparison. Thanks Alex

2014-04-03 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/2c5cab474bb7/ Changeset: 2c5cab474bb7 User:hpk42 Date:2014-04-03 22:26:10 Summary: fix issue443: fix skip examples to use proper comparison. Thanks Alex Groenholm. Affected #: 2 files diff -r b5ef679ae0950

[Pytest-commit] commit/pytest: hpk42: bump version to 2.6.0.dev1 because i think we are going for a 2.6.0 release next

2014-04-03 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/8b3cd3ae724f/ Changeset: 8b3cd3ae724f User:hpk42 Date:2014-04-03 22:27:04 Summary: bump version to 2.6.0.dev1 because i think we are going for a 2.6.0 release next and not just a 2.5 maintenance one. Affected

[Pytest-commit] Issue #164: If install_command raises an OSError, get a traceback that doesn't tell you what failed (hpk42/tox)

2014-04-03 Thread Marc Abramowitz
New issue 164: If install_command raises an OSError, get a traceback that doesn't tell you what failed https://bitbucket.org/hpk42/tox/issue/164/if-install_command-raises-an-oserror-get-a Marc Abramowitz: ``` $ cat install_command_error.ini [testenv] install_command = ./LICENSE {packages} deps =

[Pytest-commit] Issue #499: Selecting a test by its node id not documented (hpk42/pytest)

2014-04-03 Thread Jurko Gospodnetić
New issue 499: Selecting a test by its node id not documented https://bitbucket.org/hpk42/pytest/issue/499/selecting-a-test-by-its-node-id-not Jurko Gospodnetić: Selecting a test by its ``node id`` is not documented anywhere. This issue has been extracted out of issue #387 because the original i