============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-qstylizer/src/qstylizer-0.2.1, configfile: pytest.ini, testpaths: test plugins: mock-3.6.1 collected 70 items test/integration/test_integration.py .......................FFF [ 37%] test/unit/test_style.py ............................................ [100%] =================================== FAILURES =================================== ____________________________ test_update_overwrite _____________________________ def test_update_overwrite(): > import qstylizer.parser test/integration/test_integration.py:335: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ # coding: utf-8 > import tinycss2 E ModuleNotFoundError: No module named 'tinycss2' build/lib/qstylizer/parser.py:3: ModuleNotFoundError _______________________ test_update_overwrite_and_append _______________________ def test_update_overwrite_and_append(): > import qstylizer.parser test/integration/test_integration.py:356: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ # coding: utf-8 > import tinycss2 E ModuleNotFoundError: No module named 'tinycss2' build/lib/qstylizer/parser.py:3: ModuleNotFoundError ______________________________ test_update_nested ______________________________ def test_update_nested(): > import qstylizer.parser test/integration/test_integration.py:395: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ # coding: utf-8 > import tinycss2 E ModuleNotFoundError: No module named 'tinycss2' build/lib/qstylizer/parser.py:3: ModuleNotFoundError =========================== short test summary info ============================ FAILED test/integration/test_integration.py::test_update_overwrite - ModuleNo... FAILED test/integration/test_integration.py::test_update_overwrite_and_append FAILED test/integration/test_integration.py::test_update_nested - ModuleNotFo... ========================= 3 failed, 67 passed in 0.98s ========================= ==> ERROR: A failure occurred in check().  Aborting...