Skip to content

Commit

Permalink
remove gui from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle A Logue committed Jun 6, 2024
1 parent af65e87 commit 68b0457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ source = ["sigmf", "tests"]
command_line = "-m pytest -rA --doctest-modules --junitxml=pytest.xml"

[tool.pytest.ini_options]
addopts = "--doctest-modules"
addopts = "--doctest-modules --ignore=sigmf/apps/gui.py"

[tool.pylint]
[tool.pylint.main]
Expand Down

0 comments on commit 68b0457

Please sign in to comment.