Disable tests for Python 3.10-rc

Some of the dependencies of Netbox can't be built with Python 3.10.
This commit is contained in:
Tobias Genannt 2020-10-26 16:47:38 +01:00
parent 30a98c5009
commit bb2ac7bd71
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- ./build.sh develop
docker_from:
- '' # use the default of the build script
- python:3.10-rc-alpine
# - python:3.10-rc-alpine # disable until dependencies work
fail-fast: false
runs-on: ubuntu-latest
name: Builds new Netbox Docker Images