12 buildPythonPackage rec {
13 pname = "pytest-random-order";
17 disabled = pythonOlder "3.5";
20 inherit pname version;
21 hash = "sha256-RHLX008fHF86NZxP/FwT7QZSMvMeyhnIhEwatAbnkIA=";
38 pythonImportsCheck = [
43 homepage = "https://github.com/jbasko/pytest-random-order";
44 description = "Randomise the order of tests with some control over the randomness";
45 changelog = "https://github.com/jbasko/pytest-random-order/releases/tag/v${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ prusnak ];