{smi,tools-common}: pin textual
This commit is contained in:
parent
2245c9c5ea
commit
65d7bef16d
2 changed files with 27 additions and 8 deletions
|
@ -39,7 +39,6 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
requests
|
||||
textual
|
||||
black
|
||||
distro
|
||||
elasticsearch
|
||||
|
@ -51,6 +50,7 @@ buildPythonPackage rec {
|
|||
importlib-resources
|
||||
pkgs.pre-commit
|
||||
tools-common
|
||||
tools-common.textual
|
||||
];
|
||||
|
||||
dontUsePytestCheck = true; # no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue