mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
cc1cc6f77f
Fix warnings reported when running unit tests via pytest. - Rename TestDevice to MockDevice, so that it is not interpreted as a test case. - Fix collections abstract base class imports. - Add an ini file to ignore the same from "past".
4 lines
65 B
INI
4 lines
65 B
INI
[pytest]
|
|
filterwarnings=
|
|
ignore::DeprecationWarning:past[.*]
|