[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:
parent
af5ba099b3
commit
08b3ac9b1c
|
@ -1,6 +1,6 @@
|
||||||
dist_rsync_roots = ['.'] # XXX
|
dist_rsync_roots = ['.'] # XXX
|
||||||
|
|
||||||
pytest_plugins = 'pytest_doctest', 'pytest_pytester', 'pytest_restdoc', 'pytest_apigen'
|
pytest_plugins = 'pytest_doctest', 'pytest_pytester', 'pytest_restdoc'
|
||||||
|
|
||||||
import py
|
import py
|
||||||
class PylibTestPlugin:
|
class PylibTestPlugin:
|
||||||
|
|
Loading…
Reference in New Issue