Move stubtest CI to GitHub Actions (#4223)

This ensures that the Python version used matches the one used in the
scheduled extraneous stubtest whitelist check.

See also PR #4206.
This commit is contained in:
Sebastian Rittau
2020-06-11 21:39:06 +02:00
committed by GitHub
parent 8100c0be89
commit cf3b74a0bf
5 changed files with 33 additions and 55 deletions

View File

@@ -51,3 +51,7 @@ posix.[a-z]+_(param|result)._(asdict|make|replace)
# Platform differences that cannot be captured by the type system
fcntl.[A-Z0-9_]+
os.SCHED_[A-Z_]+
# Loadable SQLite extensions are disabled on GitHub runners
sqlite3(.dbapi2)?.Connection.enable_load_extension
sqlite3(.dbapi2)?.Connection.load_extension

View File

@@ -48,6 +48,7 @@ hmac.new # Stub is a white lie; see comments in the stub
http.client.HTTPSConnection.__init__
http.cookiejar.DefaultCookiePolicy.__init__
http.server.SimpleHTTPRequestHandler.__init__
importlib.metadata.DistributionFinder.Context.pattern
importlib.metadata.EntryPointBase
inspect.isasyncgenfunction
inspect.iscoroutinefunction