Skip to content
Snippets Groups Projects
Commit a9bcef4d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

fix

parent 8179f69c
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #49948 failed
......@@ -120,10 +120,10 @@ unittest_py3.9:
script:
- tox
unittest_py3.7:
unittest_py3.8:
tags: [cached-dind]
stage: test
image: python:3.7
image: python:3.8
script: &python_test_script
# install dependencies
- pip install pytest pytest-cov
......@@ -135,12 +135,6 @@ unittest_py3.7:
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests
unittest_py3.8:
tags: [cached-dind]
stage: test
image: python:3.8
script: *python_test_script
unittest_py3.10:
tags: [cached-dind]
stage: test
......
......@@ -98,7 +98,7 @@ class SemanticTarget():
- set_missing: declares that a SemanticEntity is NOT existing on the remote server
"""
def __init__(self, entities: list[db.Entity], identifiableAdapter):
def __init__(self, entities: List[db.Entity], identifiableAdapter):
self.identifiableAdapter = identifiableAdapter
self._id_look_up: dict[int, SemanticEntity] = {}
self._path_look_up: dict[str, SemanticEntity] = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment