mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cryptography: use python3-pytest-xdist for fast checks
This commit is contained in:
parent
2cecb1efcc
commit
58f0e23b03
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ make_check_args="--ignore tests/bench/test_x509.py"
|
||||||
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
|
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
|
||||||
makedepends="python3-devel openssl-devel"
|
makedepends="python3-devel openssl-devel"
|
||||||
depends="python3-cffi"
|
depends="python3-cffi"
|
||||||
checkdepends="python3-pytest-subtests python3-pytz python3-iso8601
|
checkdepends="python3-pytest-subtests python3-pytest-xdist
|
||||||
python3-cryptography_vectors python3-pretend python3-hypothesis $depends"
|
python3-iso8601 python3-pytz python3-cryptography_vectors
|
||||||
|
python3-pretend python3-hypothesis $depends"
|
||||||
short_desc="Python3 library that provides cryptographic recipes and primitives"
|
short_desc="Python3 library that provides cryptographic recipes and primitives"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause, Apache-2.0"
|
license="BSD-3-Clause, Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue