mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #293 from ilikeavocadoes/master
overrides: add pytest-runner dependency for aiohttp-swagger3
This commit is contained in:
commit
6549bd9534
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
aiohttp-swagger3 = super.aiohttp-swagger3.overridePythonAttrs (
|
||||
old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ self.pytest-runner ];
|
||||
}
|
||||
);
|
||||
|
||||
ansible = super.ansible.overridePythonAttrs (
|
||||
old: {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue