diff options
author | dirkf <fieldhouse@gmx.net> | 2023-06-29 15:27:12 +0100 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2023-07-05 22:51:15 +0100 |
commit | 2500300c2a5986ace34390aa473a8bd51f83622c (patch) | |
tree | 25493d6a3fe317dada48b82ace12159e39badec4 /test/test_unicode_literals.py | |
parent | 58fc5bde47215d9e7c60647dd21202a254b3b066 (diff) |
[workflows/ci.yml] Restore test support for Py 3.2
Diffstat (limited to 'test/test_unicode_literals.py')
-rw-r--r-- | test/test_unicode_literals.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py index 6c1b7ec91..c7c2252f5 100644 --- a/test/test_unicode_literals.py +++ b/test/test_unicode_literals.py @@ -15,6 +15,7 @@ IGNORED_FILES = [ 'setup.py', # http://bugs.python.org/issue13943 'conf.py', 'buildserver.py', + 'get-pip.py', ] IGNORED_DIRS = [ |