[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v4 05/32] gnu: Add python-pytest-shard.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v4 05/32] gnu: Add python-pytest-shard. |
Date: |
Sat, 23 Mar 2024 22:04:44 +0000 |
* gnu/packages/python-check.scm (python-pytest-shard): New variable.
---
gnu/packages/python-check.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 247f8af98b..f876088488 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -210,6 +210,30 @@ (define-public python-pytest-flakefinder
times and detect flakyness.")
(license license:asl2.0)))
+(define-public python-pytest-shard
+ (let ((commit "64610a08dac6b0511b6d51cf895d0e1040d162ad")
+ (revision "0"))
+ (package
+ (name "python-pytest-shard")
+ (version (git-version "0.1.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AdamGleave/pytest-shard")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h31m68igz670bzl307hazjrfbr8pk14mxflllar18ydmlrnl677"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-pytest))
+ (home-page "https://github.com/AdamGleave/pytest-shard")
+ (synopsis "Pytest plugin for sharding tests")
+ (description "This package provides a Pytest extension for sharding
+tests at the granularity of individual test cases, which can be run in
+parallel and on multiple machines.")
+ (license license:expat))))
+
(define-public python-testfixtures
(package
(name "python-testfixtures")
--
2.41.0
- [bug#69591] [PATCH v4 09/32] gnu: Add miniz-for-pytorch., (continued)
- [bug#69591] [PATCH v4 09/32] gnu: Add miniz-for-pytorch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 03/32] gnu: Add python-optree., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 26/32] gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 14/32] gnu: cpuinfo: Update to commit aa4b216., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 01/32] gnu: asmjit: Update to commit 3ca5c18., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 06/32] gnu: Add python-expecttest., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 04/32] gnu: Add python-pytest-flakefinder., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 13/32] gnu: pthreadpool: Update to commit 178e3e0., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 08/32] gnu: Add miniz., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 17/32] gnu: oneapi-dnnl: Update to 3.3.5., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 05/32] gnu: Add python-pytest-shard.,
David Elsing <=
- [bug#69591] [PATCH v4 18/32] gnu: Add tensorpipe., David Elsing, 2024/03/23