Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
yarunachalam committed Feb 27, 2024
1 parent 1a93b5b commit 9236692
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sle15_activation: check

.PHONY: test
test:
tox -e unit_py3
tox -e unit_py3

check:
tox -e check
5 changes: 1 addition & 4 deletions image/pubcloud/sle15/config.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
<source path="obs://home:yarunachalam:branches:Devel:PubCloud:CrossCloud/SLE_15_SP3"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP3:Update/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP3:GA/standard"/>
<source path="obs://SUSE:SLE-15-SP3:Update/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15:Update/standard"/>
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =
install_command = {toxinidir}/pip.sh {opts} {packages}
whitelist_externals =
bash
basepython =
basepython =
{check}: python3
unit_py3: python3
envdir =
Expand All @@ -17,7 +17,7 @@ envdir =
passenv =
*
usedevelop = True
deps =
deps =
-r.virtualenv.dev-requirements.txt


Expand Down

0 comments on commit 9236692

Please sign in to comment.