mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
sqlalchemy: skip stubtest for now (#7310)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -137,6 +137,9 @@ def main() -> NoReturn:
|
||||
for i, dist in enumerate(dists):
|
||||
if i % args.num_shards != args.shard_index:
|
||||
continue
|
||||
if dist.name == "SQLAlchemy":
|
||||
# See https://github.com/python/typeshed/issues/7307
|
||||
continue
|
||||
if not run_stubtest(dist):
|
||||
result = 1
|
||||
sys.exit(result)
|
||||
|
||||
Reference in New Issue
Block a user