Skip to content

Commit 09d2adf

Browse files
committed
Tests: Remove support for Python 2 from old test-suite.
1 parent a374395 commit 09d2adf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/old_suite/interactive/test_matplotlib.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__testname__ = 'test_matplotlib'
1515

16-
if sys.platform == 'win32' and sys.version_info[:2] >= (2, 6):
16+
if sys.platform == 'win32':
1717
manifest = '''<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
1818
<dependency>
1919
<dependentAssembly>

tests/old_suite/runtests.py

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def __init__(self):
7575
'import/test_onefile_pkgutil.get_data__main__': False,
7676
'interactive/test_onefile_win32_uac_admin': is_win,
7777
'libraries/test_enchant': is_win,
78-
'import/test_nspkg-pep420': sys.version_info >= (3, 4),
7978
}
8079

8180
# Test-cases failing for a known reason and the reason

0 commit comments

Comments
 (0)