Skip to content

Commit

Permalink
remove sigmf_gui due to lack of support and PySimpleGUI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Teque5 committed Sep 10, 2024
1 parent f1a3f47 commit 59fe1af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 646 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
repository = "https://github.com/sigmf/sigmf-python"
[project.scripts]
sigmf_validate = "sigmf.validate:main"
sigmf_gui = "sigmf.apps.gui:main [apps]"
sigmf_convert_wav = "sigmf.apps.convert_wav:main [apps]"
[project.optional-dependencies]
test = [
Expand All @@ -36,7 +35,6 @@ dependencies = [
"hypothesis", # next-gen testing framework
]
apps = [
"PySimpleGUI", # for gui interface
"scipy", # for wav i/o
]

Expand All @@ -59,7 +57,7 @@ source = ["sigmf", "tests"]
command_line = "-m pytest -rA --doctest-modules --junitxml=pytest.xml"

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

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

0 comments on commit 59fe1af

Please sign in to comment.