Skip to content

Commit

Permalink
Remove pytest-qt from test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 8, 2024
1 parent c8c6977 commit ef8b8bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions doc/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ Optional modules for running test suite:
* - pytest-cov
-
- Pytest plugin for measuring coverage.
* - pytest-qt
-
- pytest support for PyQt and PySide applications
* - pytest-xvfb
-
- A pytest plugin to run Xvfb (or Xephyr/Xvnc) for tests.
1 change: 1 addition & 0 deletions guidata/io/h5fmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def __init__(self, filename: str) -> None:
def write(self, val: Any, group_name: str | None = None) -> None:
"""
Write a value depending on its type, optionally within a named group.
Args:
val: The value to be written.
group_name: The name of the group. If provided, the group
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ doc = [
"sphinx_qt_documentation",
"python-docs-theme",
]
test = ["pytest", "pytest-cov", "pytest-qt", "pytest-xvfb"]
test = ["pytest", "pytest-cov", "pytest-xvfb"]

[tool.setuptools.packages.find]
include = ["guidata*"]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pillow
pylint
pytest
pytest-cov
pytest-qt
pytest-xvfb
python-docs-theme
requests
Expand Down

0 comments on commit ef8b8bf

Please sign in to comment.