Regression tests: Handle no packages gracefully #5149
meta_tests.yml
on: pull_request
Stubsabot dry run
27s
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
Annotations
4 errors
|
|
|
Check scripts and tests with pyright (Windows):
tests/regr_test.py#L263
Method "print_description" overrides class "Result" in an incompatible manner
Parameter 2 name mismatch: base parameter is named "verbosity", override parameter is named "_" (reportIncompatibleMethodOverride)
|
|
|
|
Check scripts and tests with pyright (Linux):
tests/regr_test.py#L263
Method "print_description" overrides class "Result" in an incompatible manner
Parameter 2 name mismatch: base parameter is named "verbosity", override parameter is named "_" (reportIncompatibleMethodOverride)
|