Skip to content

Commit 9b6bb9a

Browse files
committed
Fix commands in tox
Signed-off-by: yongjunhong <[email protected]>
1 parent 776c86e commit 9b6bb9a

File tree

5 files changed

+2
-16
lines changed

5 files changed

+2
-16
lines changed

tests/pytest/package_manager/test_cocoapods.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/pytest/package_manager/test_go.py

Whitespace-only changes.

tests/pytest/package_manager/test_swift.py

Whitespace-only changes.

tests/pytest/package_manager/test_unity.py

Whitespace-only changes.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ deps =
3939
commands =
4040
# Test for PEP8
4141
pytest -v --flake8
42-
pytest tests/ -k "test_ubuntu"
42+
pytest -k "test_ubuntu" tests/
4343

4444
[testenv:run_windows]
4545
deps =
4646
-r{toxinidir}\requirements-dev.txt
4747
commands =
4848
# Test for making excutable file
4949
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --add-binary=src\fosslight_dependency\third_party\askalono\askalono.exe:third_party\askalono --add-binary=LICENSE:LICENSES --add-binary=LICENSES\LicenseRef-3rd_party_licenses.txt:LICENSES --collect-datas fosslight_util --hidden-import=_cffi_backend
50-
pytest tests\ -k "test_windows"
50+
pytest -k "test_windows" tests\

0 commit comments

Comments
 (0)