[Checkins] SVN: zope.pytest/trunk/setup.py Add pytest to docs-requirements. This way we can use py.test in

Uli Fouquet uli at gnufix.de
Thu Jan 6 10:19:42 EST 2011


Log message for revision 119426:
  Add pytest to docs-requirements. This way we can use py.test in
  sphinx-run doctests.
  

Changed:
  U   zope.pytest/trunk/setup.py

-=-
Modified: zope.pytest/trunk/setup.py
===================================================================
--- zope.pytest/trunk/setup.py	2011-01-06 15:18:24 UTC (rev 119425)
+++ zope.pytest/trunk/setup.py	2011-01-06 15:19:41 UTC (rev 119426)
@@ -12,6 +12,7 @@
     'Sphinx',
     'docutils',
     'roman',
+    'pytest',
     ]
 
 def read(*rnames):



More information about the checkins mailing list