fix deprecation warnings

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-17 10:54:36 +01:00
parent 09671eb6fc
commit f5e9d91f7b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import py
failure_demo = py.magic.autopath().dirpath('failure_demo.py')
failure_demo = py.path.local(__file__).dirpath('failure_demo.py')
pytest_plugins = "pytest_pytester"