Skip to content

Commit

Permalink
Fix todo in setuptools.command.test (#8416)
Browse files Browse the repository at this point in the history
With python/mypy#10884 merged and released, this should be safe to re-enable per the todo comment.

https://github.com/pypa/setuptools/blob/main/setuptools/command/test.py#L117
  • Loading branch information
Kevin Kirsche authored Jul 28, 2022
1 parent 78e0b3c commit 046c010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/setuptools/setuptools/command/test.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class test(Command):
test_runner: Any
def initialize_options(self) -> None: ...
def finalize_options(self) -> None: ...
# TODO: uncomment once https://github.com/python/mypy/pull/10884 is released
# def test_args(self): ...
@NonDataProperty
def test_args(self) -> list[str]: ...
def with_project_on_sys_path(self, func) -> None: ...
def project_on_sys_path(self, include_dists=...): ...
@staticmethod
Expand Down

0 comments on commit 046c010

Please sign in to comment.