diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 9db1ca76408..8c907f54b14 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,13 +1,12 @@ # Template file for 'python3-pytest' pkgname=python3-pytest version=6.2.5 -revision=2 +revision=3 wrksrc="pytest-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm python3-Sphinx" -depends="python3-py python3-packaging python3-attrs python3-more-itertools - python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools - python3-iniconfig python3-toml" +depends="python3-py python3-packaging python3-attrs python3-pluggy + python3-iniconfig python3-toml python3-setuptools" checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock python3-nose python3-requests python3-parsing python3-xmlschema" short_desc="Simple powerful testing with Python 3"