Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be66287 commit 963e402Copy full SHA for 963e402
1 file changed
Lib/test/test_tokenize.py
@@ -520,6 +520,9 @@
520
>>> tempdir = os.path.dirname(f) or os.curdir
521
>>> testfiles = glob.glob(os.path.join(tempdir, "test*.py"))
522
523
+tokenize is broken on test_pep3131.py because regular expressions are broken on
524
+the obscure unicode identifiers in it. *sigh*
525
+ >>> testfiles.remove(os.path.join(tempdir, "test_pep3131.py"))
526
>>> if not support.is_resource_enabled("cpu"):
527
... testfiles = random.sample(testfiles, 10)
528
...
0 commit comments