Skip to content

Commit

Permalink
Fixed call of tox for xdist
Browse files Browse the repository at this point in the history
Passing arguments to modules called by tox has changed
its syntax
  • Loading branch information
schaefi committed Jul 25, 2023
1 parent 36313e2 commit 600a6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install:
install -m 644 kiwi.yml ${buildroot}etc/kiwi.yml

tox:
tox "-n 5"
tox -- "-n 5"

kiwi/schema/kiwi.rng: kiwi/schema/kiwi.rnc
# whenever the schema is changed this target will convert
Expand Down

0 comments on commit 600a6f9

Please sign in to comment.