diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 2e8a374649b..646b6387318 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,16 +1,17 @@ # Template file for 'python3-pytest' pkgname=python3-pytest version=6.0.2 -revision=1 +revision=2 wrksrc="pytest-${version}" build_style=python3-module hostmakedepends="python3-setuptools" 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 python3-nose python3-requests python3-parsing python3-xmlschema" short_desc="Simple powerful testing with Python 3" -maintainer="Orphaned " +maintainer="Piotr Wójcik " license="MIT" homepage="https://docs.pytest.org/en/latest/" changelog="https://docs.pytest.org/en/latest/changelog.html" @@ -27,7 +28,8 @@ post_patch() { } 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() {