mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Fix pylint override for more recent versions
This commit is contained in:
parent
99f885eb77
commit
e745a66eb9
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ self: super:
|
|||
old: {
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace 'setup_requires=["pytest-runner"],' 'setup_requires=[],'
|
||||
substituteInPlace setup.py --replace "setup_requires=['pytest-runner']," 'setup_requires=[],'
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue