Skip to content

ci: remove docker-compose calls #92

ci: remove docker-compose calls

ci: remove docker-compose calls #92

Triggered via push August 20, 2024 15:39
Status Failure
Total duration 1m 0s
Artifacts

tests.yml

on: push
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Tests (3.9, pypi, redis)
Process completed with exit code 2.
Tests (3.8, pypi, redis)
The job was canceled because "_3_9_pypi_redis" failed.
Tests (3.8, pypi, redis): tests/test_context_template.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_context_template.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_context_template.py 2024-08-20 15:40:24.423453+00:00 @@ -11,11 +11,10 @@ from .helpers import IIIFTestCase class TestContextTemplates(IIIFTestCase): - """Context templates test case.""" def test_context_tempalte_iiif_image_url(self): """Test context template.""" from werkzeug.exceptions import NotFound
Tests (3.8, pypi, redis): tests/test_ext.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_ext.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_ext.py 2024-08-20 15:40:24.682812+00:00 @@ -18,11 +18,10 @@ from flask_iiif import IIIF from flask_iiif import config as default_config class TestIIIF(TestCase): - """Test extension creation.""" def setUp(self): """Setup up.""" app = Flask(__name__)
Tests (3.8, pypi, redis): tests/test_image_redis_cache.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_image_redis_cache.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_image_redis_cache.py 2024-08-20 15:40:24.975409+00:00 @@ -15,11 +15,10 @@ from .helpers import IIIFTestCase class TestImageRedisCache(IIIFTestCase): - """Multimedia Image Redis Cache test case.""" def setUp(self): """Run before the test.""" # Create a redis cache object
Tests (3.8, pypi, redis): tests/test_image_simple_cache.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_image_simple_cache.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_image_simple_cache.py 2024-08-20 15:40:25.599182+00:00 @@ -15,11 +15,10 @@ from .helpers import IIIFTestCase class TestImageSimpleCache(IIIFTestCase): - """Multimedia Image Simple Cache test case.""" def setUp(self): """Run before the test.""" # Create a simple cache object
Tests (3.8, pypi, redis): tests/test_restful_api.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_restful_api.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_restful_api.py 2024-08-20 15:40:27.126857+00:00 @@ -18,11 +18,10 @@ from .helpers import IIIFTestCase class TestRestAPI(IIIFTestCase): - """Test signals and decorators.""" def test_api_base(self): """Test API Base.""" data = dict(uuid="valid:id", version="v2")
Tests (3.8, pypi, redis): tests/test_restful_api_signals.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_restful_api_signals.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_restful_api_signals.py 2024-08-20 15:40:28.264501+00:00 @@ -12,11 +12,10 @@ from .helpers import IIIFTestCase, signal_listener class TestRestAPISignals(IIIFTestCase): - """Test REST API signals.""" def test_api_signals(self): """Test API signals.""" from flask_iiif.signals import (
Tests (3.8, pypi, redis): tests/test_restful_api_with_redis.py#L1
Black format check --- /home/runner/work/flask-iiif/flask-iiif/tests/test_restful_api_with_redis.py 2024-08-20 15:39:51.830901+00:00 +++ /home/runner/work/flask-iiif/flask-iiif/tests/test_restful_api_with_redis.py 2024-08-20 15:40:28.785281+00:00 @@ -18,11 +18,10 @@ from .helpers import IIIFTestCaseWithRedis class TestRestAPI(IIIFTestCaseWithRedis): - """Test signals and decorators.""" def test_api_base(self): """Test API Base.""" data = dict(uuid="valid:id", version="v2")
Tests (3.8, pypi, redis)
The operation was canceled.
Tests (3.7, pypi, redis)
The job was canceled because "_3_9_pypi_redis" failed.
Tests (3.7, pypi, redis)
The operation was canceled.
Tests (3.9, pypi, redis)
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/
Tests (3.9, pypi, redis)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/