Indeed seems like it might be problem related to argument parsing. Can you try passing options using=instead? For instance, instead of['--foo', '/some/path'], pass['--foo=/some/path']. Ref:#1642 I tried passing the arguments using=, except for the-kand the boolean options that don...
Probably not the best place to report it, but I have irrelevantpytest: error: unrecognized argumentsin the following case: Directory structure: setup.cfgcontents: [tool:pytest] testpaths = tests addopts = --aiohttp-fast There is a custom argument insidetests/conftest.py: ...
56 'Use of the keyword argument names (flag_name, default_value, ' 57 'docstring) is deprecated, please use (name, default, help) instead.') ---> 58 return original_function(*args, **kwargs) 59 60 return tf_decorator.make_decorator(original_function, wrapper) c:\users\jinsu\appdata\...
but a different one --- namely that autoreconf could not be found (I don't have full logs, which will become clear below). Weird that p4a's build couldn't find autoreconf, as it was installed normally as a Debian package, and could easily be found ...