Skip to content

Commit 36952e7

Browse files
committed
Add flake8 test
Signed-off-by: yongjunhong <[email protected]>
1 parent b8c8c3f commit 36952e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/pytest/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33
# Copyright (c) 2021 LG Electronics Inc.
44
# SPDX-License-Identifier: Apache-2.0
5-
65
import pytest
76
import subprocess
87

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ commands =
4949
# Test for making excutable file
5050
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
5151
pytest -m "windows"
52+
pytest -v --flake8

0 commit comments

Comments
 (0)