Skip to content

Commit

Permalink
Drop failing Python3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bennahugo committed Mar 27, 2024
1 parent f31661f commit 7ede714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
16 changes: 3 additions & 13 deletions Jenkinsfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,19 @@ docker build -f ${WORKSPACE_ROOT}/projects/tricolour/docker/python310.docker -t
tar xvf $TEST_DATA_DIR/acceptance_test_data.tar.gz -C $TEST_OUTPUT_DIR
TEST_MS_REL=1519747221.subset.ms

# test 3.6
# test 3.8
docker run \
--rm \
-v $TEST_OUTPUT_DIR:/testdata \
--env TRICOLOUR_TEST_MS=/testdata/$TEST_MS_REL \
--workdir /code \
--entrypoint /bin/sh \
tricolour.1804.py36:${BUILD_NUMBER} \
tricolour.2004.py38:${BUILD_NUMBER} \
-c "python3 -m pytest --flake8 -s -vvv ."

rm -rf $TEST_OUTPUT_DIR/TEST_MS_REL
tar xvf $TEST_DATA_DIR/acceptance_test_data.tar.gz -C $TEST_OUTPUT_DIR

# test 3.8
docker run \
--rm \
-v $TEST_OUTPUT_DIR:/testdata \
--env TRICOLOUR_TEST_MS=/testdata/$TEST_MS_REL \
--workdir /code \
--entrypoint /bin/sh \
tricolour.2004.py38:${BUILD_NUMBER} \
-c "python3 -m pytest --flake8 -s -vvv ."

# test 3.10
docker run \
--rm \
Expand All @@ -49,4 +39,4 @@ docker run \
--workdir /code \
--entrypoint /bin/sh \
tricolour.2204.py310:${BUILD_NUMBER} \
-c "python3 -m pytest --flake8 -s -vvv ."
-c "python3 -m pytest --flake8 -s -vvv ."
19 changes: 0 additions & 19 deletions docker/python36.docker

This file was deleted.

0 comments on commit 7ede714

Please sign in to comment.