Test changes to Actually Portable Python (#240)

- Add missing `os.pipe` and `os.getuid`
- Commented out _dummy_thread from Lib/threading.py so tests
  don't simulate multi-threading and waste time/error out
- Revert test_hashlib to avoid blake2
This commit is contained in:
Gautham 2021-08-13 14:54:43 +05:30 committed by GitHub
parent a22f0736d8
commit 1aa0df696c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 3 deletions

View file

@ -342,6 +342,7 @@ class Regrtest:
and len(self.good) > 1):
print("All", end=' ')
print(count(len(self.good), "test"), "OK.")
printlist(self.good)
if self.ns.print_slow:
self.test_times.sort(reverse=True)