Skip to content

Commit

Permalink
test: copy python externals into externals
Browse files Browse the repository at this point in the history
Bit of a hacky way to copy the (installed) Python externals into the
search path for the manifest tests.

Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Sep 16, 2024
1 parent 3b53fe6 commit 9364c37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ format:

.PHONY: test
test: external
cp $(shell (which "osbuild-gen-depsolve-dnf4")) ./external/
cp $(shell (which "osbuild-make-depsolve-dnf4-rpm-stage")) ./external/
cp $(shell (which "osbuild-make-depsolve-dnf4-curl-source")) ./external/
@pytest

.PHONY: push-check
Expand Down

0 comments on commit 9364c37

Please sign in to comment.