Commit 2e9612a6 authored by Jim Fulton's avatar Jim Fulton

Allow for unqualified python binaries.

parent 83dd5b6b
...@@ -142,7 +142,7 @@ def test_suite(): ...@@ -142,7 +142,7 @@ def test_suite():
% dict(sep=os.path.sep) % dict(sep=os.path.sep)
), ),
'\\2-VVV-egg'), '\\2-VVV-egg'),
(re.compile('python2.\d'), 'python2.N') (re.compile('python(\d.\d)?'), 'python')
]), ]),
), ),
doctest.DocTestSuite( doctest.DocTestSuite(
......
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