Commit 34ed300d authored by Stefan Behnel's avatar Stefan Behnel

Finally add a test tag "py3only" for tests that should be excluded in Py2.

parent ebbab491
...@@ -382,6 +382,7 @@ EXT_EXTRAS = { ...@@ -382,6 +382,7 @@ EXT_EXTRAS = {
'tag:trace' : update_linetrace_extension, 'tag:trace' : update_linetrace_extension,
'tag:bytesformat': exclude_extension_in_pyver((3, 3), (3, 4)), # no %-bytes formatting 'tag:bytesformat': exclude_extension_in_pyver((3, 3), (3, 4)), # no %-bytes formatting
'tag:no-macos': exclude_extension_on_platform('darwin'), 'tag:no-macos': exclude_extension_on_platform('darwin'),
'tag:py3only': exclude_extension_in_pyver((2, 7)),
} }
......
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