File tree Expand file tree Collapse file tree 2 files changed +1
-646
lines changed
Expand file tree Collapse file tree 2 files changed +1
-646
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ dependencies = [
2626 repository = " https://github.com/sigmf/sigmf-python"
2727 [project .scripts ]
2828 sigmf_validate = " sigmf.validate:main"
29- sigmf_gui = " sigmf.apps.gui:main [apps]"
3029 sigmf_convert_wav = " sigmf.apps.convert_wav:main [apps]"
3130 [project .optional-dependencies ]
3231 test = [
@@ -36,7 +35,6 @@ dependencies = [
3635 " hypothesis" , # next-gen testing framework
3736 ]
3837 apps = [
39- " PySimpleGUI" , # for gui interface
4038 " scipy" , # for wav i/o
4139 ]
4240
@@ -59,7 +57,7 @@ source = ["sigmf", "tests"]
5957command_line = " -m pytest -rA --doctest-modules --junitxml=pytest.xml"
6058
6159[tool .pytest .ini_options ]
62- addopts = " --doctest-modules --ignore=sigmf/apps/gui.py "
60+ addopts = " --doctest-modules"
6361
6462[tool .pylint ]
6563 [tool .pylint .main ]
You can’t perform that action at this time.
0 commit comments