From 4e3219c4b2094e7b89c716f34597d2f69c54d3bf Mon Sep 17 00:00:00 2001 From: Paper Date: Tue, 2 Mar 2021 20:53:15 +0100 Subject: [PATCH] python3-numpy-stl: add python3-pytest-flake8 dep --- srcpkgs/python3-numpy-stl/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template index 83756860cda..42fa5e4ad93 100644 --- a/srcpkgs/python3-numpy-stl/template +++ b/srcpkgs/python3-numpy-stl/template @@ -8,7 +8,7 @@ build_helper="numpy" hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-devel" depends="python3-setuptools python3-numpy python3-utils" -checkdepends="$depends python3-pytest-cov python3-docutils" +checkdepends="$depends python3-pytest-cov python3-pytest-flake8 python3-docutils" short_desc="Python3 library to make working with STL files fast and easy" maintainer="Karl Nilsson " license="BSD-3-Clause" @@ -22,10 +22,6 @@ pre_build() { sed -i '/setup_requires=/d' setup.py } -pre_check() { - vsed -i pytest.ini -e s/--flake8// -} - pkg_install() { vlicense LICENSE }