Commit 5998cea5 authored by Jim Fulton's avatar Jim Fulton

Removed sensitivity to Python version.

parent 2b54a06c
......@@ -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