We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c8c3f commit 36952e7Copy full SHA for 36952e7
tests/pytest/conftest.py
@@ -2,7 +2,6 @@
2
# -*- coding: utf-8 -*-
3
# Copyright (c) 2021 LG Electronics Inc.
4
# SPDX-License-Identifier: Apache-2.0
5
-
6
import pytest
7
import subprocess
8
tox.ini
@@ -49,3 +49,4 @@ commands =
49
# Test for making excutable file
50
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
51
pytest -m "windows"
52
+ pytest -v --flake8
0 commit comments