1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
github.com_openSUSE_osc/tests/fixtures/packages
Daniel Mach c8f4487201 Replace core.findpacs() with Package.from_paths() and Package.from_paths_nofail()
The original findpacs() was returning either [Package]
or ([Package], [str]) depending on the `fatal` option.
This confused pylint and it was returning false-positives:
E1101: Instance of 'list' has no '...' member (no-member)
2022-09-20 11:32:25 +02:00
..
osctest Replace core.findpacs() with Package.from_paths() and Package.from_paths_nofail() 2022-09-20 11:32:25 +02:00
oscrc Replace core.findpacs() with Package.from_paths() and Package.from_paths_nofail() 2022-09-20 11:32:25 +02:00