Skip to content

Commit 0e5ade7

Browse files
authored
remove sigmf_gui due to lack of support and PySimpleGUI changes (#66)
1 parent ab9fa4a commit 0e5ade7

File tree

2 files changed

+1
-646
lines changed

2 files changed

+1
-646
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"]
5957
command_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]

0 commit comments

Comments
 (0)