[Pytest-commit] [hpk42/tox] support for pip 1.3 networkless install/cache (issue #89)

2013-03-12 Thread Ronny Pfannschmidt
--- you can reply above this line --- New issue 89: support for pip 1.3 networkless install/cache https://bitbucket.org/hpk42/tox/issue/89/support-for-pip-13-networkless-install Ronny Pfannschmidt: -- This is an issue notification from bitbucket.org. You are receiving this either because

[Pytest-commit] [hpk42/pytest] flush c buffers for fdcapture after each test (issue #272)

2013-03-13 Thread Ronny Pfannschmidt
--- you can reply above this line --- New issue 272: flush c buffers for fdcapture after each test https://bitbucket.org/hpk42/pytest/issue/272/flush-c-buffers-for-fdcapture-after-each Ronny Pfannschmidt: we should at least have an option for that else we get the c buffers flushed in other

[Pytest-commit] [hpk42/pytest] plugins entrypoint for plugins that should run before conftest (issue #273)

2013-03-13 Thread Ronny Pfannschmidt
--- you can reply above this line --- New issue 273: plugins entrypoint for plugins that should run before conftest https://bitbucket.org/hpk42/pytest/issue/273/plugins-entrypoint-for-plugins-that-should Ronny Pfannschmidt: this would help with import coverage and with plugins that cause c

[Pytest-commit] [hpk42/pytest] allow disabling setuptools plugin discovery (issue #282)

2013-03-22 Thread Ronny Pfannschmidt
New issue 282: allow disabling setuptools plugin discovery https://bitbucket.org/hpk42/pytest/issue/282/allow-disabling-setuptools-plugin Ronny Pfannschmidt: in order to avoid unintented failures due to new plugins that find things that will fail -- This is an issue notification from

[Pytest-commit] [hpk42/pytest] traceback filtering hook (issue #283)

2013-03-25 Thread Ronny Pfannschmidt
New issue 283: traceback filtering hook https://bitbucket.org/hpk42/pytest/issue/283/traceback-filtering-hook Ronny Pfannschmidt: we need a way to filter the bits of a traceback that are framework code since in normal development they seem to distract from the real problem i propose a hook

[Pytest-commit] Issue #431: opt-in to store the last n sets of reports (hpk42/pytest)

2014-01-23 Thread Ronny Pfannschmidt
New issue 431: opt-in to store the last n sets of reports https://bitbucket.org/hpk42/pytest/issue/431/opt-in-to-store-the-last-n-sets-of-reports Ronny Pfannschmidt: i'd like to propose a way to store all last reports in a numbered file in the cache directory the mode of operation should b

[Pytest-commit] Issue #489: pypy python 2.7 doesnt do the windows 2 linux newline rewriting in multiline strings (hpk42/pytest)

2014-03-25 Thread Ronny Pfannschmidt
New issue 489: pypy python 2.7 doesnt do the windows 2 linux newline rewriting in multiline strings https://bitbucket.org/hpk42/pytest/issue/489/pypy-python-27-doesnt-do-the-windows-2 Ronny Pfannschmidt: ```ast.parse("'''\r\n'''").body[0].value.s``` yie

[Pytest-commit] Issue #535: marker transfer incompatible with inheritance (hpk42/pytest)

2014-06-30 Thread Ronny Pfannschmidt
New issue 535: marker transfer incompatible with inheritance https://bitbucket.org/hpk42/pytest/issue/535/marker-transfer-incompatible-with Ronny Pfannschmidt: when a method is inherited, markers will trasnfer from the subclass to the superclass ``` #!python import pytest class TestAClass

[Pytest-commit] Issue #180: detox ignores/breaks usedevelop (hpk42/tox)

2014-07-10 Thread Ronny Pfannschmidt
New issue 180: detox ignores/breaks usedevelop https://bitbucket.org/hpk42/tox/issue/180/detox-ignores-breaks-usedevelop Ronny Pfannschmidt: when running an evn with deox instead of tox, detox wouldnt do the develop installs, and break insteas even tox would no longer work (due to develop noop

[Pytest-commit] Issue #577: assert rewritereinterp failure with tripple quotes (hpk42/pytest)

2014-09-01 Thread Ronny Pfannschmidt
New issue 577: assert rewritereinterp failure with tripple quotes https://bitbucket.org/hpk42/pytest/issue/577/assert-rewritereinterp-failure-with Ronny Pfannschmidt: ``` #!python """ """ def test_wtf(): assert 0 """ """ a = 1 `

[Pytest-commit] Issue #655: sys.excinfo leaks into fixtures on python3 (hpk42/pytest)

2015-01-09 Thread Ronny Pfannschmidt
New issue 655: sys.excinfo leaks into fixtures on python3 https://bitbucket.org/hpk42/pytest/issue/655/sysexcinfo-leaks-into-fixtures-on-python3 Ronny Pfannschmidt: ``` import sys import pytest @pytest.fixture def leak(): #fails assert sys.exc_info() == (None, None, None) def

[Pytest-commit] Issue #210: non-tes automation (hpk42/tox)

2015-01-16 Thread Ronny Pfannschmidt
New issue 210: non-tes automation https://bitbucket.org/hpk42/tox/issue/210/non-tes-automation Ronny Pfannschmidt: while restarting to write my blog, i noticed there is no beautiful tooling to setup and use pyhon based dependences for the generators and run them in deveop/publish modes after

[Pytest-commit] Issue #681: covariant parametrisation (hpk42/pytest)

2015-02-14 Thread Ronny Pfannschmidt
New issue 681: covariant parametrisation https://bitbucket.org/hpk42/pytest/issue/681/covariant-parametrisation Ronny Pfannschmidt: i just found a use-case where i'd want to parametrize a test that takes a parametrized fixture and have a different parameter parametrized accord

[Pytest-commit] Issue #219: devenv section and a devenv subcommand (hpk42/tox)

2015-02-19 Thread Ronny Pfannschmidt
New issue 219: devenv section and a devenv subcommand https://bitbucket.org/hpk42/tox/issue/219/devenv-section-and-a-devenv-subcommand Ronny Pfannschmidt: tox is fabulous at creating environments, it should also create the one a developer will use for development in order to steamline that

[Pytest-commit] Issue #685: more detailed platform information (hpk42/pytest)

2015-02-22 Thread Ronny Pfannschmidt
New issue 685: more detailed platform information https://bitbucket.org/hpk42/pytest/issue/685/more-detailed-platform-information Ronny Pfannschmidt: as noted in pull request #236 we need better detail in the platform/architecture hook ___ pytest

[Pytest-commit] Issue #686: pytester confcut dir os not set to basetmp (hpk42/pytest)

2015-02-22 Thread Ronny Pfannschmidt
New issue 686: pytester confcut dir os not set to basetmp https://bitbucket.org/hpk42/pytest/issue/686/pytester-confcut-dir-os-not-set-to-basetmp Ronny Pfannschmidt: had a file named conftest in /tmp after a download, the world broke because it was python2 only Responsible: RonnyPfannschmidt

[Pytest-commit] Issue #688: document pytest-runner as setup.py integration (hpk42/pytest)

2015-02-26 Thread Ronny Pfannschmidt
New issue 688: document pytest-runner as setup.py integration https://bitbucket.org/hpk42/pytest/issue/688/document-pytest-runner-as-setuppy Ronny Pfannschmidt: https://bitbucket.org/jaraco/pytest-runner Responsible: RonnyPfannschmidt ___ pytest

[Pytest-commit] Issue #225: create a standard for external tools to store data in tox.ini (hpk42/tox)

2015-03-01 Thread Ronny Pfannschmidt
New issue 225: create a standard for external tools to store data in tox.ini https://bitbucket.org/hpk42/tox/issue/225/create-a-standard-for-external-tools-to Ronny Pfannschmidt: since https://bitbucket.org/pytest-dev/pytest/issue/567/use-of-pytest-in-setupcfg-collides-with i think its there

[Pytest-commit] Issue #232: dist creation commands (hpk42/tox)

2015-03-25 Thread Ronny Pfannschmidt
New issue 232: dist creation commands https://bitbucket.org/hpk42/tox/issue/232/dist-creation-commands Ronny Pfannschmidt: in order to support creation/installation of wheels as well as custom distribton generators it seems sensible to add a global option for the sdist creation command it

[Pytest-commit] Issue #730: deprecating --genscript (pytest-dev/pytest)

2015-04-24 Thread Ronny Pfannschmidt
New issue 730: deprecating --genscript https://bitbucket.org/pytest-dev/pytest/issue/730/deprecating-genscript Ronny Pfannschmidt: the genscript method for distributing pytest seems to be used not that widely, doesnt really support plugins and googleing for it reveals a lot of issues people

[Pytest-commit] Issue #737: position tracked captureas optimization (pytest-dev/pytest)

2015-05-05 Thread Ronny Pfannschmidt
New issue 737: position tracked captureas optimization https://bitbucket.org/pytest-dev/pytest/issue/737/position-tracked-captureas-optimization Ronny Pfannschmidt: currently details like io capture and log capure make a new fd/item per test i believe the io capture setup/teardown process could

[Pytest-commit] Issue #755: addini type argument is not sufficiently documented (pytest-dev/pytest)

2015-05-26 Thread Ronny Pfannschmidt
New issue 755: addini type argument is not sufficiently documented https://bitbucket.org/pytest-dev/pytest/issue/755/addini-type-argument-is-not-sufficiently Ronny Pfannschmidt: ___ pytest-commit mailing list pytest-commit@python.org https

[Pytest-commit] Issue #298: support having tox.ini in a configuration folder (hpk42/tox)

2015-12-22 Thread Ronny Pfannschmidt
New issue 298: support having tox.ini in a configuration folder https://bitbucket.org/hpk42/tox/issues/298/support-having-toxini-in-a-configuration Ronny Pfannschmidt: this is a alternative to #297, the idea is to have project configuration files per tool inside a subfilder of the project

[Pytest-commit] Issue #365: we moved to github - https://github.com/tox-dev/tox (hpk42/tox)

2016-09-17 Thread Ronny Pfannschmidt
New issue 365: we moved to github - https://github.com/tox-dev/tox https://bitbucket.org/hpk42/tox/issues/365/we-moved-to-github-https-githubcom-tox-dev Ronny Pfannschmidt: https://github.com/tox-dev/tox ___ pytest-commit mailing list pytest-commit