Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stubtest failed on Sat Sep 03 2022 #8674

Closed
github-actions bot opened this issue Sep 3, 2022 · 3 comments · Fixed by #8676
Closed

Stubtest failed on Sat Sep 03 2022 #8674

github-actions bot opened this issue Sep 3, 2022 · 3 comments · Fixed by #8676

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2022

Stubtest runs are listed here: https://github.com/python/typeshed/actions/workflows/daily.yml

@AlexWaygood
Copy link
Member

error: prettytable.PrettyTable.add_column is inconsistent, runtime does not have argument "header_align"
Stub: at line 215
def (self: prettytable.prettytable.PrettyTable, fieldname: Any, column: Any, align: builtins.str =, valign: builtins.str =, header_align: Union[Literal['l'], Literal['c'], Literal['r']] =)
Runtime: at line 1432 in file /tmp/tmptr0clkrp/lib/python3.9/site-packages/prettytable/prettytable.py
def (self, fieldname, column, align='c', valign='t')

error: prettytable.PrettyTable.header_align is not present at runtime
Stub: at line 205
Overload(def (self: prettytable.prettytable.PrettyTable) -> builtins.dict[builtins.str, builtins.str])
Runtime:
MISSING

error: prettytable.prettytable.PrettyTable.add_column is inconsistent, runtime does not have argument "header_align"
Stub: at line 215
def (self: prettytable.prettytable.PrettyTable, fieldname: Any, column: Any, align: builtins.str =, valign: builtins.str =, header_align: Union[Literal['l'], Literal['c'], Literal['r']] =)
Runtime: at line 1432 in file /tmp/tmptr0clkrp/lib/python3.9/site-packages/prettytable/prettytable.py
def (self, fieldname, column, align='c', valign='t')

error: prettytable.prettytable.PrettyTable.header_align is not present at runtime
Stub: at line 205
Overload(def (self: prettytable.prettytable.PrettyTable) -> builtins.dict[builtins.str, builtins.str])
Runtime:
MISSING

@hauntsaninja
Copy link
Collaborator

Lol. Looks like there was a revert: jazzband/prettytable#195

I almost wonder if stubsabot should ignore new versions that are <1w young

@AlexWaygood
Copy link
Member

I almost wonder if stubsabot should ignore new versions that are <1w young

That makes sense to me, let's do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants