From 4ce6c2e9b9a7043f7e31689c0d7aa46be2a2c865 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 12 Mar 2022 08:28:22 +0000 Subject: [PATCH] Add pytest-qt back in --- poetry.lock | 21 ++++++++++++++++++++- pyproject.toml | 1 + 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 0714910..810d8de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,6 +458,21 @@ tomli = ">=1.0.0" [package.extras] testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +[[package]] +name = "pytest-qt" +version = "4.0.2" +description = "pytest support for PyQt and PySide applications" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +pytest = ">=3.0.0" + +[package.extras] +dev = ["pre-commit", "tox"] +doc = ["sphinx", "sphinx-rtd-theme"] + [[package]] name = "python-vlc" version = "3.0.16120" @@ -591,7 +606,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d00b7cc91902d0f76661759b503ee79ef9bd67f3552254bb2a8d5145185c53cf" +content-hash = "08353ac7c54559da365ff26807f5179fefe388b62bc52884ee475a4a644e924a" [metadata.files] alembic = [ @@ -928,6 +943,10 @@ pytest = [ {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, ] +pytest-qt = [ + {file = "pytest-qt-4.0.2.tar.gz", hash = "sha256:dfc5240dec7eb43b76bcb5f9a87eecae6ef83592af49f3af5f1d5d093acaa93e"}, + {file = "pytest_qt-4.0.2-py2.py3-none-any.whl", hash = "sha256:e03847ac02a890ccaac0fde1748855b9dce425aceba62005c6cfced6cf7d5456"}, +] python-vlc = [ {file = "python-vlc-3.0.16120.tar.gz", hash = "sha256:92f98fee088f72bd6d063b3b3312d0bd29b37e7ad65ddeb3a7303320300c2807"}, {file = "python_vlc-3.0.16120-py3-none-any.whl", hash = "sha256:c409afb38fe9f788a663b4302ca583f31289ef0860ab2b1668da96bbe8f14bfc"}, diff --git a/pyproject.toml b/pyproject.toml index 94ac5bc..32b9191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ sqlalchemy-stubs = "^0.4" PyQt5-stubs = "^5.15.2" mypy = "^0.931" pytest = "^7.0.1" +pytest-qt = "^4.0.2" [build-system] requires = ["poetry-core>=1.0.0"]