Skip to content

Commit 172e779

Browse files
committed
Release 4.4.0
Simplify the pytest requirement because due to our own python requirement (3.8+), the pytest requirement is met.
1 parent bd3469b commit 172e779

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
UNRELEASED
2-
----------
1+
4.4.0 (2024-02-07)
2+
------------------
33

44
- ``pluggy >=1.1`` is now required: we now use new-style hook wrappers, which are less error prone.
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
packages=find_packages(where="src"),
99
package_dir={"": "src"},
1010
entry_points={"pytest11": ["pytest-qt = pytestqt.plugin"]},
11-
install_requires=["pytest>=3.0.0", "pluggy>=1.1"],
11+
install_requires=["pytest", "pluggy>=1.1"],
1212
extras_require={
1313
"doc": ["sphinx", "sphinx_rtd_theme"],
1414
"dev": ["pre-commit", "tox"],

0 commit comments

Comments
 (0)