Merge pull request #189653 from azahi/fix/pls

pls: fix build
This commit is contained in:
Mario Rodas
2022-09-03 18:01:47 -05:00
committed by GitHub
+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" ];