python3-pytest: remove unnecessary dependencies

This commit is contained in:
Michal Vasilek 2021-11-07 13:07:35 +01:00
parent 5592b2c7f4
commit a33143c3a6

View file

@ -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"