Changed Dockerfile config for images based upon python 3.10 (and a mo… #2358
Annotations
4 errors and 2 warnings
src/morphodict/lexicon/importer/test_importer.py#L310
test_entry_changed[translate-]
morphodict.lexicon.models.Wordform.DoesNotExist: Wordform matching query does not exist.
|
src/morphodict/lexicon/importer/test_importer.py#L310
test_entry_changed[translate-incremental]
morphodict.lexicon.models.Wordform.DoesNotExist: Wordform matching query does not exist.
|
src/morphodict/lexicon/importer/test_importer.py#L355
test_running_without_translations_after_running_with_removes_stuff
assert 1 > 10
+ where 1 = <bound method BaseManager._get_queryset_methods.<locals>.create_method.<locals>.manager_method of <morphodict.lexicon.models.WordformLemmaManager object at 0x7f9243c42e60>>()
+ where <bound method BaseManager._get_queryset_methods.<locals>.create_method.<locals>.manager_method of <morphodict.lexicon.models.WordformLemmaManager object at 0x7f9243c42e60>> = <morphodict.lexicon.models.WordformLemmaManager object at 0x7f9243c42e60>.count
+ where <morphodict.lexicon.models.WordformLemmaManager object at 0x7f9243c42e60> = Wordform.objects
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job failed
Loading