Skip to content
Snippets Groups Projects
Verified Commit 064213b2 authored by David Runge's avatar David Runge :chipmunk:
Browse files

ci: Add packages required for venv based tests


When building (python-)lxml we now require cython and libxslt.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 2969128c
No related branches found
No related tags found
1 merge request!162Add fixes required for venv based builds and Python 3.12
Pipeline #99425 failed
...@@ -20,7 +20,7 @@ variables: ...@@ -20,7 +20,7 @@ variables:
SYSTEM_PACKAGES: git pyalpm python-aiofiles python-email-validator python-jinja python-magic python-orjson python-pydantic python-pydantic-settings python-pyxdg python-pyzstd python-subprocess-tee python-tomli SYSTEM_PACKAGES: git pyalpm python-aiofiles python-email-validator python-jinja python-magic python-orjson python-pydantic python-pydantic-settings python-pyxdg python-pyzstd python-subprocess-tee python-tomli
SYSTEM_INSTALL_PACKAGES: make python-build python-installer python-pdm python-setuptools python-sphinx python-sphinx-argparse python-sphinx_rtd_theme python-sphinxcontrib-programoutput python-wheel SYSTEM_INSTALL_PACKAGES: make python-build python-installer python-pdm python-setuptools python-sphinx python-sphinx-argparse python-sphinx_rtd_theme python-sphinxcontrib-programoutput python-wheel
SYSTEM_TEST_PACKAGES: make python-coverage python-pytest python-pytest-asyncio python-pytest-lazy-fixtures SYSTEM_TEST_PACKAGES: make python-coverage python-pytest python-pytest-asyncio python-pytest-lazy-fixtures
TEST_PACKAGES: base-devel git python-pdm TEST_PACKAGES: base-devel cython git python-pdm libxslt
.check: .check:
stage: check stage: check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment