Merge pull request #204901 from r-ryantm/auto-update/python3.10-pytest-random-order
python310Packages.pytest-random-order: 1.0.4 -> 1.1.0
This commit is contained in:
commit
684507da63
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.0.4";
|
version = "1.1.0";
|
||||||
pname = "pytest-random-order";
|
pname = "pytest-random-order";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6b2159342a4c8c10855bc4fc6d65ee890fc614cb2b4ff688979b008a82a0ff52";
|
sha256 = "sha256-2+beu5NTp6+YTMnt2+s1d91Nu8wVKaeePSH2jtm0VgU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
Loading…
Reference in a new issue