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

ci: Use python-pytest-lazy-fixtures in CI


As we moved away from python-pytest-lazy-fixture make sure to install
python-pytest-lazy-fixtures instead.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 32f7ecdc
No related branches found
No related tags found
1 merge request!160Adapt to changes in pacman 6.1
......@@ -19,7 +19,7 @@ variables:
BUILD_PUBLISH_PACKAGES: base-devel git python-pdm
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_TEST_PACKAGES: make python-coverage python-pytest python-pytest-asyncio python-pytest-lazy-fixture
SYSTEM_TEST_PACKAGES: make python-coverage python-pytest python-pytest-asyncio python-pytest-lazy-fixtures
TEST_PACKAGES: base-devel git python-pdm
.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