Skip to content

Commit

Permalink
Handle environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ena-isme committed Sep 28, 2024
1 parent 4d46b75 commit b8622f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/test_tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@


import os
import pytest


@pytest.mark.skipif(os.getenv("CI") == "true", reason="CI Envirionment.")
def test_fosslight_android(run_command, android_src_path, android_build_log):

# given
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setenv =
PYTHONPATH=.

commands =
pytest --collect-only test/test_tox.py::test_run_environment
pytest -v test/test_tox.py::test_run_environment

[testenv:release]
deps =
Expand Down

0 comments on commit b8622f3

Please sign in to comment.