From 0fc3e69a70fd4baa7bd2de3e680e0927ef58e907 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 23 Aug 2021 16:26:35 +1000 Subject: Update Docker and CI builds to be more closely aligned to deploy docs. --- .builds/debian-11-with-site-packages.yml | 8 ++------ .builds/fedora-33-with-site-packages.yml | 13 ++++--------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.builds/debian-11-with-site-packages.yml b/.builds/debian-11-with-site-packages.yml index c6b13fa5..60596a77 100644 --- a/.builds/debian-11-with-site-packages.yml +++ b/.builds/debian-11-with-site-packages.yml @@ -8,14 +8,10 @@ packages: - virtualenv # Install make and runtime dependencies. - - python3-alembic - - python3-feedgenerator - - python3-jsonschema - - python3-kombu - python3-lxml - - python3-migrate - python3-pillow - - python3-py + + # Install test and docs dependencies. - python3-pytest - python3-pytest-xdist - python3-snowballstemmer diff --git a/.builds/fedora-33-with-site-packages.yml b/.builds/fedora-33-with-site-packages.yml index 0a5c2e63..061edff3 100644 --- a/.builds/fedora-33-with-site-packages.yml +++ b/.builds/fedora-33-with-site-packages.yml @@ -11,22 +11,17 @@ packages: # Install make and runtime dependencies. # - findutils - - python3-alembic - - python3-celery - - python3-feedgenerator - - python3-jsonschema - - python3-kombu - python3-lxml - - python3-migrate - python3-pillow - - python3-py + - libffi-devel + # - which + + # Install test and docs dependencies. - python3-pytest - python3-pytest-xdist - python3-snowballstemmer - python3-sphinx - python3-webtest - - libffi-devel - # - which # Install audio dependencies. - gstreamer1-plugins-base -- cgit v1.2.3