ros2 / sros2

tools to generate and distribute keys for SROS 2
Apache License 2.0
89 stars 44 forks source link

New failure in test_mypy #229

Closed nuclearsandwich closed 4 years ago

nuclearsandwich commented 4 years ago

Bug report

Required Info:

Steps to reproduce issue

The last two days worth of nightlies exhibit the issue on all platforms in all configurations: e.g.

Additional information

Here's a relevant-seeming extract from the build log

4 errors
test\conftest.py:25:2: error: No overload variant of "fixture" matches argument type "str"
test\conftest.py:25:2: note: Possible overload variants:
test\conftest.py:25:2: note:     def [_FixtureFunction] fixture(fixture_function: _FixtureFunction, *, scope: Union[Union[Literal['session'], Literal['package'], Literal['module'], Literal['class'], Literal['function']], Callable[[str, Config], Union[Literal['session'], Literal['package'], Literal['module'], Literal['class'], Literal['function']]]] = ..., params: Optional[Iterable[object]] = ..., autouse: bool = ..., ids: Union[Iterable[Union[None, str, float, int, bool]], Callable[[Any], Optional[object]], None] = ..., name: Optional[str] = ...) -> _FixtureFunction
test\conftest.py:25:2: note:     def fixture(fixture_function: None = ..., *, scope: Union[Union[Literal['session'], Literal['package'], Literal['module'], Literal['class'], Literal['function']], Callable[[str, Config], Union[Literal['session'], Literal['package'], Literal['module'], Literal['class'], Literal['function']]]] = ..., params: Optional[Iterable[object]] = ..., autouse: bool = ..., ids: Union[Iterable[Union[None, str, float, int, bool]], Callable[[Any], Optional[object]], None] = ..., name: Optional[str] = ...) -> FixtureFunctionMarker
nuclearsandwich commented 4 years ago

@j-rivero FYI as requested.