[Pytest-commit] Issue #537: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x. from compiler import parse, ast, pycodege (hpk42/pytest)

2014-07-04 Thread Thomas Güttler
New issue 537: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x. from compiler import parse, ast, pycodege https://bitbucket.org/hpk42/pytest/issue/537/deprecationwarning-the-compiler-package-is Thomas Güttler: We use pytest==2.5.2 and get this warning: *Depre

[Pytest-commit] Issue #538: Fixture scope documentation (hpk42/pytest)

2014-07-04 Thread Mark Stacey
New issue 538: Fixture scope documentation https://bitbucket.org/hpk42/pytest/issue/538/fixture-scope-documentation Mark Stacey: The [http://pytest.org/latest/fixture.html](http://pytest.org/latest/fixture.html) briefly mentions the possibility of a fixture with class scope in the beginning su