Commit 99819696 authored by jim's avatar jim

Removed sensitivity to Python version.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68554 62d5b8a3-27da-0310-9561-8e5933582275
parent b2a3444c
......@@ -85,11 +85,11 @@ def test_suite():
'README.txt',
setUp=setUp, tearDown=tearDown,
checker=renormalizing.RENormalizing([
(re.compile('\S+[/%(sep)s]'
(re.compile('(\S+[/%(sep)s]| )'
'(\\w+-)[^ \t\n%(sep)s/]+.egg'
% dict(sep=os.path.sep)
),
'\\1-VVV-egg')
'\\2-VVV-egg')
])
),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment