[svn r38221] Reverting previous changes after a discussion with hpk.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-09 00:43:27 +01:00
parent 4815c6de21
commit d2f11081cb
3 changed files with 12 additions and 11 deletions

View File

@ -15,4 +15,15 @@ exitfirst = False
fulltrace = False
showlocals = False
nomagic = False
import py
Option = py.test.config.Option
option = py.test.config.addoptions("execnet options",
Option('-S', '',
action="store", dest="sshtarget", default=None,
help=("target to run tests requiring ssh, e.g. "
"user@codespeak.net")),
)
dist_rsync_roots = ['.']

View File

@ -1,10 +0,0 @@
import py
Option = py.test.config.Option
option = py.test.config.addoptions("execnet options",
Option('-S', '',
action="store", dest="sshtarget", default=None,
help=("target to run tests requiring ssh, e.g. "
"user@codespeak.net")),
)

View File

@ -2,7 +2,7 @@ from __future__ import generators
import os, sys, time, signal
import py
from py.__.execnet import gateway
from py.__.execnet.conftest import option
from py.__.conftest import option
mypath = py.magic.autopath()
from StringIO import StringIO