Update Docker and CI builds to be more closely aligned to deploy docs.

This commit is contained in:
Ben Sturmfels 2021-08-23 16:26:35 +10:00
parent 5b0c554821
commit 0fc3e69a70
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
2 changed files with 6 additions and 15 deletions

View File

@ -8,14 +8,10 @@ packages:
- virtualenv - virtualenv
# Install make and runtime dependencies. # Install make and runtime dependencies.
- python3-alembic
- python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml - python3-lxml
- python3-migrate
- python3-pillow - python3-pillow
- python3-py
# Install test and docs dependencies.
- python3-pytest - python3-pytest
- python3-pytest-xdist - python3-pytest-xdist
- python3-snowballstemmer - python3-snowballstemmer

View File

@ -11,22 +11,17 @@ packages:
# Install make and runtime dependencies. # Install make and runtime dependencies.
# - findutils # - findutils
- python3-alembic
- python3-celery
- python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml - python3-lxml
- python3-migrate
- python3-pillow - python3-pillow
- python3-py - libffi-devel
# - which
# Install test and docs dependencies.
- python3-pytest - python3-pytest
- python3-pytest-xdist - python3-pytest-xdist
- python3-snowballstemmer - python3-snowballstemmer
- python3-sphinx - python3-sphinx
- python3-webtest - python3-webtest
- libffi-devel
# - which
# Install audio dependencies. # Install audio dependencies.
- gstreamer1-plugins-base - gstreamer1-plugins-base