From 58f0e23b0319fd466199d0c6dbe28a1d0efb64fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 23 Jun 2022 21:53:34 -0400 Subject: [PATCH] python3-cryptography: use python3-pytest-xdist for fast checks --- srcpkgs/python3-cryptography/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 97c7c0f59f7..887798a162c 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -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 " license="BSD-3-Clause, Apache-2.0"