diff --git a/srcpkgs/python3-outcome/template b/srcpkgs/python3-outcome/template index f326b36ace..b1fd6e6cf0 100644 --- a/srcpkgs/python3-outcome/template +++ b/srcpkgs/python3-outcome/template @@ -14,10 +14,6 @@ homepage="https://github.com/python-trio/outcome" distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz" checksum=e862f01d4e626e63e8f92c38d1f8d5546d3f9cce989263c521b2e7990d186967 -do_check() { - PYTHONPATH=$(cd build/lib* && pwd) pytest -} - post_install() { vlicense LICENSE }