mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #392 from cpcloud/pytest-randomly
pytest-randomly: revert patch and fix dependencies
This commit is contained in:
commit
0908a3699e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue