Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.common.test_archive::Tests / Python tests / test_lookup_expression
Failed

TEST RESULT

Run At
Aug 4 2022, 10:43 AM
Details
tests_data = {'contents': [{'blake2s256': 'e91d48e652a7f3f9f856464f7b1f409513964cfa0170e71800c6d0868400bac9', 'data': '{\n "name":...8a399408bfff6257af', ...], 'idx_storage': <swh.indexer.storage.in_memory.IndexerStorage object at 0x7f2710c0f4e0>, ...} @pytest.fixture(scope="function") def indexer_data(tests_data): > return _IndexerData(tests_data) .tox/py3/lib/python3.7/site-packages/swh/web/tests/conftest.py:840: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <swh.web.tests.conftest._IndexerData object at 0x7f271bdac908> tests_data = {'contents': [{'blake2s256': 'e91d48e652a7f3f9f856464f7b1f409513964cfa0170e71800c6d0868400bac9', 'data': '{\n "name":...8a399408bfff6257af', ...], 'idx_storage': <swh.indexer.storage.in_memory.IndexerStorage object at 0x7f2710c0f4e0>, ...} def __init__(self, tests_data): self.idx_storage = tests_data["idx_storage"] self.mimetype_indexer = tests_data["mimetype_indexer"] self.license_indexer = tests_data["license_indexer"] > self.ctags_indexer = tests_data["ctags_indexer"] E KeyError: 'ctags_indexer' .tox/py3/lib/python3.7/site-packages/swh/web/tests/conftest.py:1033: KeyError