diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template index 172c3ba23cc..44711dab742 100644 --- a/srcpkgs/python3-hyperframe/template +++ b/srcpkgs/python3-hyperframe/template @@ -14,10 +14,6 @@ homepage="https://python-hyper.org/hyperframe/" distfiles="https://github.com/python-hyper/hyperframe/archive/v${version}.tar.gz" checksum=a126e1e0fb24135aa7ac53cefe11ad197d0c9a5e74f495c1236022b1e578a7a8 -do_check() { - PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -} - post_install() { vlicense LICENSE }