python3-pytest: update depends

This commit is contained in:
Piotr Wójcik 2020-09-15 21:50:31 +02:00 committed by Piotr
parent 45b97bd6d5
commit fa13f277c0

View file

@ -1,16 +1,17 @@
# Template file for 'python3-pytest' # Template file for 'python3-pytest'
pkgname=python3-pytest pkgname=python3-pytest
version=6.0.2 version=6.0.2
revision=1 revision=2
wrksrc="pytest-${version}" wrksrc="pytest-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-py python3-packaging python3-attrs python3-more-itertools depends="python3-py python3-packaging python3-attrs python3-more-itertools
python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools" python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools
python3-iniconfig python3-toml"
checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock
python3-nose python3-requests python3-parsing python3-xmlschema" python3-nose python3-requests python3-parsing python3-xmlschema"
short_desc="Simple powerful testing with Python 3" short_desc="Simple powerful testing with Python 3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT" license="MIT"
homepage="https://docs.pytest.org/en/latest/" homepage="https://docs.pytest.org/en/latest/"
changelog="https://docs.pytest.org/en/latest/changelog.html" changelog="https://docs.pytest.org/en/latest/changelog.html"
@ -27,7 +28,8 @@ post_patch() {
} }
do_check() { do_check() {
PYTHONPATH=$(pwd)/build/lib python3 -m pytest PYTHONPATH=$(pwd)/build/lib python3 -m pytest \
-k 'not test_color_yes and not test_code_highlight'
} }
post_install() { post_install() {