pls: fix build

This commit is contained in:
Azat Bahawi
2022-09-04 00:33:32 +03:00
parent 7739d3ac37
commit 7754fddc2e
+5
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" ];