From a1e4e78f0397d0d4fbd7b58e39548b6112a4845f Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Mon, 2 Jan 2023 16:05:19 +0100 Subject: [PATCH] woodpecker test with passing pytest --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b1e601e..06b439e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ pipeline: standardize: - image: python:3.9-buster + image: python:${TAG}-buster commands: - python -m pip install --upgrade pip - python -m pip install -r requirements.txt - python -m pip install pylint flake8 mypy>=0.971 - python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # - mypy --strict serial_sphinx/ - - python -m pylint -f parseable serial_sphinx/*.py + # - python -m pylint -f parseable serial_sphinx/*.py build: image: python:${TAG}-buster