Skip to content

Commit

Permalink
Reconfigure pytest-qt testing setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Dec 22, 2024
1 parent c1408f6 commit cff9ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ def data_files(root_directory):
"flake8",
"pytest",
"pytest-cov",
"pytest-qt",
],
"qt": [
"glue-qt",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extras =
qt: qt
jupyter: jupyter
commands =
qt: pip install pytest-qt
test: pip freeze
test: pytest --pyargs glue_ar --cov glue_ar {posargs}

Expand Down

0 comments on commit cff9ff1

Please sign in to comment.