Commit 81bbfd9f authored by Stefan Behnel's avatar Stefan Behnel

test runner: assume that no-one uses Py3.4 beta versions anymore

parent e70d0cd1
......@@ -331,8 +331,8 @@ VER_DEP_MODULES = {
(3,3) : (operator.lt, lambda x: x in ['build.package_compilation',
'run.yield_from_py33',
]),
(3,4,0,'beta',3) : (operator.le, lambda x: x in ['run.py34_signature',
]),
(3,4): (operator.lt, lambda x: x in ['run.py34_signature',
]),
}
INCLUDE_DIRS = [ d for d in os.getenv('INCLUDE', '').split(os.pathsep) if d ]
......
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