From 08b3ac9b1ce2d5c59dddab8cd8295ca5f1e73250 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 16 Mar 2009 16:17:29 +0100 Subject: [PATCH] [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 --- py/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/conftest.py b/py/conftest.py index 0f6f6464d..01ae62cb3 100644 --- a/py/conftest.py +++ b/py/conftest.py @@ -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: