[svn r37863] Ooops, didn't meant to check that in.
--HG-- branch : trunk
This commit is contained in:
parent
9b62f2290c
commit
0eb8d103b1
|
@ -9,8 +9,8 @@ version = "0.8.80-alpha2"
|
|||
|
||||
initpkg(__name__,
|
||||
description = "py.test and the py lib",
|
||||
revision = int('$LastChangedRevision: 37862 $'.split(':')[1][:-1]),
|
||||
lastchangedate = '$LastChangedDate: 2007-02-03 13:14:46 +0100 (Sat, 03 Feb 2007) $',
|
||||
revision = int('$LastChangedRevision: 37863 $'.split(':')[1][:-1]),
|
||||
lastchangedate = '$LastChangedDate: 2007-02-03 13:15:23 +0100 (Sat, 03 Feb 2007) $',
|
||||
version = version,
|
||||
url = "http://codespeak.net/py",
|
||||
download_url = "http://codespeak.net/download/py/%s.tar.gz" %(version,),
|
||||
|
@ -27,7 +27,6 @@ initpkg(__name__,
|
|||
'test.skip' : ('./test/item.py', 'skip'),
|
||||
'test.fail' : ('./test/item.py', 'fail'),
|
||||
'test.exit' : ('./test/session.py', 'exit'),
|
||||
'test.pdb' : ('./test/pdbplus.py', 'start_pdb'),
|
||||
|
||||
# configuration/initialization related test api
|
||||
'test.config' : ('./test/config.py', 'config_per_process'),
|
||||
|
|
Loading…
Reference in New Issue