[Pytest-commit] Issue #185: build wheels instead of sdist (hpk42/tox)

2014-08-26 Thread Thomas Grainger
New issue 185: build wheels instead of sdist https://bitbucket.org/hpk42/tox/issue/185/build-wheels-instead-of-sdist Thomas Grainger: For installation of test packages it would be great if wheels could be used instead. This is difficult to work for all possible python versions but to start with

[Pytest-commit] Issue #571: pytest_collect_directory is not particularly useful (hpk42/pytest)

2014-08-26 Thread eevee
New issue 571: pytest_collect_directory is not particularly useful https://bitbucket.org/hpk42/pytest/issue/571/pytest_collect_directory-is-not eevee: It can't programmatically stop recursing into a directory — its return value is ignored. (Granted, `pytest_ignore_collect` can do this.) It can

[Pytest-commit] Issue #572: Syntax error in docs (redux ; ) (hpk42/pytest)

2014-08-26 Thread jnuneziglesias
New issue 572: Syntax error in docs (redux ;) https://bitbucket.org/hpk42/pytest/issue/572/syntax-error-in-docs-redux jnuneziglesias: There is a syntax error [here](http://pytest.org/latest/getting-started.html#going-functional-requesting-a-unique-temporary-directory) due to the switch to Pytho