11 buildPythonPackage rec {
12 pname = "pytest-order";
16 inherit pname version;
17 sha256 = "9c9e4f1b060414c642e88ad98ca60f1fd37937debd704bd8f4a2ef8e08b9cb6d";
20 buildInputs = [ pytest ];
30 description = "Pytest plugin that allows you to customize the order in which your tests are run";
31 homepage = "https://github.com/mrbean-bremen/pytest-order";
32 license = lib.licenses.mit;
33 maintainers = [ lib.maintainers.jacg ];