Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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