mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pytest-run-parallel: 0.8.2 -> 0.9.1
https://github.com/Quansight-Labs/pytest-run-parallel/releases/tag/v0.9.1
This commit is contained in:
parent
186c27eb2f
commit
81f9403c1e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,14 +21,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pytest-run-parallel";
|
||||
version = "0.8.2";
|
||||
version = "0.9.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Quansight-Labs";
|
||||
repo = "pytest-run-parallel";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-/EoIemQvQFgo9Ic+ZcQJk7fC8S+OHOHaHODrsivarhY=";
|
||||
hash = "sha256-8ndm/CKtWieNF3mx7Ni7nPO4psam3TAM9NJzdiiSpPQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue