forked from mirrors/nixpkgs
pls: fix build
This commit is contained in:
parent
7739d3ac37
commit
7754fddc2e
|
@ -26,6 +26,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'rich = "^12.5.1"' 'rich = "*"' \
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [ "tests/" "--ignore=tests/e2e" ];
|
||||
|
||||
pythonImportsCheck = [ "pls" ];
|
||||
|
|
Loading…
Reference in a new issue