pls: fix build

This commit is contained in:
Azat Bahawi 2022-09-04 00:33:32 +03:00
parent 7739d3ac37
commit 7754fddc2e
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -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" ];