[svn r58017] fixing two more glitches

--HG--
branch : trunk
This commit is contained in:
hpk
2008-09-09 19:47:39 +02:00
parent 2bac2ed175
commit c7e867d969
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ class TestGraphviz(object):
png.remove()
def _graphviz_pdf(self):
for exe in 'dot latex epstopdf'.split():
for exe in 'dot latex epstopdf ps2eps'.split():
if not py.path.local.sysfind(exe):
py.test.skip("%r needed" %(exe,))