mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #128005 from Luflosi/update/python3Packages.pytest-order
python3Packages.pytest-order: 0.10.0 -> 1.0.0
This commit is contained in:
commit
ab3e6a7b37
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-order";
|
pname = "pytest-order";
|
||||||
version = "0.10.0";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2da32cb95e63fac6972d34f5ddb53997fc66305355425be0f55f4092d666293d";
|
sha256 = "sha256-WZeiYrMSNO67Rh+anvJGh79zICm0mYRaQ5i2nttawyE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest ];
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Pytest plugin that allows you to customize the order in which your tests are run";
|
description = "Pytest plugin that allows you to customize the order in which your tests are run";
|
||||||
homepage = "https://github.com/mrbean-bremen/pytest-order";
|
homepage = "https://github.com/pytest-dev/pytest-order";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [ lib.maintainers.jacg ];
|
maintainers = [ lib.maintainers.jacg ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user