mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Merge pull request #366 from l0b0/feat/make-pytest-randomly-installable
feat: Make pytest-randomly installable
This commit is contained in:
commit
046ee4939a
1 changed files with 6 additions and 0 deletions
|
@ -1285,6 +1285,12 @@ 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
|
||||
'';
|
||||
});
|
||||
|
||||
pytest-runner = super.pytest-runner or super.pytestrunner;
|
||||
|
||||
pytest-pylint = super.pytest-pylint.overridePythonAttrs (
|
||||
|
|
Loading…
Add table
Reference in a new issue