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
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