8 buildPythonPackage rec {
10 pname = "pytest-random-order";
13 inherit pname version;
14 sha256 = "6b2159342a4c8c10855bc4fc6d65ee890fc614cb2b4ff688979b008a82a0ff52";
17 disabled = pythonOlder "3.5";
19 buildInputs = [ pytest ];
22 homepage = "https://github.com/jbasko/pytest-random-order";
23 description = "Randomise the order of tests with some control over the randomness";
24 license = licenses.mit;
25 maintainers = [ maintainers.prusnak ];