python3-cryptography: use python3-pytest-xdist for fast checks

This commit is contained in:
Andrew J. Hesford 2022-06-23 21:53:34 -04:00
parent 2cecb1efcc
commit 58f0e23b03
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ make_check_args="--ignore tests/bench/test_x509.py"
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
makedepends="python3-devel openssl-devel"
depends="python3-cffi"
checkdepends="python3-pytest-subtests python3-pytz python3-iso8601
python3-cryptography_vectors python3-pretend python3-hypothesis $depends"
checkdepends="python3-pytest-subtests python3-pytest-xdist
python3-iso8601 python3-pytz python3-cryptography_vectors
python3-pretend python3-hypothesis $depends"
short_desc="Python3 library that provides cryptographic recipes and primitives"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause, Apache-2.0"