8 buildPythonPackage rec {
9 pname = "pytest-unordered";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "pytest-unordered";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-51UJjnGBO7qBvQlY8F0B29n8+EO2aa3DF3WOwcjZzSo=";
28 pythonImportsCheck = [
33 changelog = "https://github.com/utapyngo/pytest-unordered/blob/v${version}/CHANGELOG.md";
34 description = "Test equality of unordered collections in pytest";
35 homepage = "https://github.com/utapyngo/pytest-unordered";
36 license = licenses.mit;
37 maintainers = with maintainers; [ onny ];