diff --git a/srcpkgs/python3-bcrypt/template b/srcpkgs/python3-bcrypt/template index ae3006dd669..869fe684ce2 100644 --- a/srcpkgs/python3-bcrypt/template +++ b/srcpkgs/python3-bcrypt/template @@ -14,7 +14,3 @@ homepage="https://github.com/pyca/bcrypt" changelog="https://github.com/pyca/bcrypt/blob/main/README.rst#changelog" distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz" checksum=433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb - -do_check() { - PYTHONPATH="$(cd build/lib* && pwd)" pytest -}