We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3469b commit 172e779Copy full SHA for 172e779
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-UNRELEASED
2
-----------
+4.4.0 (2024-02-07)
+------------------
3
4
- ``pluggy >=1.1`` is now required: we now use new-style hook wrappers, which are less error prone.
5
setup.py
@@ -8,7 +8,7 @@
8
packages=find_packages(where="src"),
9
package_dir={"": "src"},
10
entry_points={"pytest11": ["pytest-qt = pytestqt.plugin"]},
11
- install_requires=["pytest>=3.0.0", "pluggy>=1.1"],
+ install_requires=["pytest", "pluggy>=1.1"],
12
extras_require={
13
"doc": ["sphinx", "sphinx_rtd_theme"],
14
"dev": ["pre-commit", "tox"],
0 commit comments