[svn r62972] Oops, accidentally checked in a change, now rolling back (added 'apigen' to

enabled plugins, which fails if the apigen package is not on the PYTHONPATH).

--HG--
branch : trunk
This commit is contained in:
guido 2009-03-16 16:17:29 +01:00
parent af5ba099b3
commit 08b3ac9b1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
dist_rsync_roots = ['.'] # XXX
pytest_plugins = 'pytest_doctest', 'pytest_pytester', 'pytest_restdoc', 'pytest_apigen'
pytest_plugins = 'pytest_doctest', 'pytest_pytester', 'pytest_restdoc'
import py
class PylibTestPlugin: