From e29a87a4dd2d4e7b3af49ee4ee254b713c24450e Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Wed, 22 Jun 2022 21:30:07 +0200 Subject: [PATCH] remove tox tests as they dont work right now (ci issues) --- .woodpecker/test_build.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.woodpecker/test_build.yml b/.woodpecker/test_build.yml index 97ed94b..4109804 100644 --- a/.woodpecker/test_build.yml +++ b/.woodpecker/test_build.yml @@ -26,22 +26,22 @@ pipeline: commands: - hatch build - # test code with different python versions - amd64 - test-tox-amd64: - when: - branch: master - event: pull_request - image: cr.44net.ch/drone-plugins/test:1-linux-amd64 - pull: true - commands: - - tox - - # test code with different python versions - arm64 - test-tox-arm64: - when: - branch: master - event: pull_request - image: cr.44net.ch/drone-plugins/test:1-linux-arm64 - pull: true - commands: - - tox +# # test code with different python versions - amd64 +# test-tox-amd64: +# when: +# branch: master +# event: pull_request +# image: cr.44net.ch/drone-plugins/test:1-linux-amd64 +# pull: true +# commands: +# - tox +# +# # test code with different python versions - arm64 +# test-tox-arm64: +# when: +# branch: master +# event: pull_request +# image: cr.44net.ch/drone-plugins/test:1-linux-arm64 +# pull: true +# commands: +# - tox