From 68b04573a8931b63f6257d7cff8d819d7a2062e2 Mon Sep 17 00:00:00 2001 From: Kyle A Logue Date: Thu, 6 Jun 2024 13:37:46 -0700 Subject: [PATCH] remove gui from testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d0562d..97d1b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]