python310Packages.bx-py-utils: disable failing tests

Fallout from the last bs4 update.
This commit is contained in:
Martin Weinelt 2023-05-16 01:33:21 +02:00
parent dfb1745a65
commit 9b0ca3e492
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -60,6 +60,12 @@ buildPythonPackage rec {
requests-mock
];
disabledTests = [
# too closely affected by bs4 updates
"test_pretty_format_html"
"test_assert_html_snapshot_by_css_selector"
];
disabledTestPaths = [
"bx_py_utils_tests/tests/test_project_setup.py"
];