test: use OSBUILD_TEST_STORE in test_assemblers.py too

Use the OSBUILD_TEST_STORE in the test_assemblers.py file too
and re-use already downloaded sources.
This commit is contained in:
Michael Vogt 2024-03-04 16:02:30 +01:00 committed by Simon de Vlieger
parent 95c1b90d33
commit 4d2476a26d
2 changed files with 14 additions and 5 deletions

View file

@ -62,5 +62,6 @@ jobs:
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202308241910
run: |
export OSBUILD_TEST_STORE=/var/tmp/osbuild-test-store
TEST_CATEGORY="test.run.test_assemblers" \
tox -e "py36"
tox -e "py36"