============================= test session starts ============================== platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /build/tracer/src/tracer-tracer-0.7.8-1 collected 76 items tests/test_FilenameCleaner.py . [ 1%] tests/test_alpm.py ..... [ 7%] tests/test_applications.py .......... [ 21%] tests/test_collections.py ......s. [ 31%] tests/test_dnf.py sssss [ 38%] tests/test_dpkg.py sssss [ 44%] tests/test_hooks.py ... [ 48%] tests/test_lang.py . [ 50%] tests/test_package.py .. [ 52%] tests/test_portage.py sssss [ 59%] tests/test_processes.py ss.ss [ 65%] tests/test_query.py . [ 67%] tests/test_rules.py ....... [ 76%] tests/test_tracer.py .. [ 78%] tests/test_views.py ........... [ 93%] tests/test_yum.py sssss [100%] =============================== warnings summary =============================== tracer/resources/applications.py:238 /build/tracer/src/tracer-tracer-0.7.8-1/tracer/resources/applications.py:238: DeprecationWarning: invalid escape sequence '\{' return bool(re.search("\{.*\}", self.helper)) tracer/resources/applications.py:244 /build/tracer/src/tracer-tracer-0.7.8-1/tracer/resources/applications.py:244: DeprecationWarning: invalid escape sequence '\{' return bool(re.search("\{NAME\}", self.helper)) tracer/resources/applications.py:297 /build/tracer/src/tracer-tracer-0.7.8-1/tracer/resources/applications.py:297: DeprecationWarning: invalid escape sequence '\.' if Id and re.search("\.service$", Id): tracer/resources/applications.py:298 /build/tracer/src/tracer-tracer-0.7.8-1/tracer/resources/applications.py:298: DeprecationWarning: invalid escape sequence '\.' return re.sub('\.service$', '', Id) -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 51 passed, 25 skipped, 4 warnings in 0.23s ==================