Merge pull request #392 from cpcloud/pytest-randomly

pytest-randomly: revert patch and fix dependencies
This commit is contained in:
adisbladis 2021-09-22 20:06:53 -05:00 committed by GitHub
commit 0908a3699e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1370,9 +1370,9 @@ self: super:
);
pytest-randomly = super.pytest-randomly.overrideAttrs (old: {
postPatch = old.postPatch or "" + ''
sed -i 's/importlib-metadata >= 3.6.0 ; python_version < "3.10"//' setup.cfg
'';
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
self.importlib-metadata
];
});
pytest-runner = super.pytest-runner or super.pytestrunner;