python3Packages.schedula: skip form-extras test that lacks proper guard

This commit is contained in:
Harinn
2026-05-10 01:14:53 +07:00
parent 3ac379d798
commit f7e6d4f073
@@ -79,6 +79,8 @@ buildPythonPackage rec {
# ERROR tests/utils/test_form.py::TestDispatcherForm::test_form1 - ModuleNotFoundError: No module named 'chromedriver_autoinstaller'
# ERROR tests/utils/test_form.py::TestDispatcherForm::test_form_stripe - ModuleNotFoundError: No module named 'chromedriver_autoinstaller'
"tests/utils/test_form.py"
# requires schedula[form] extras
"tests/utils/test_form_items.py"
];
pythonImportsCheck = [ "schedula" ];