mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python310Packages.bx-py-utils: disable failing tests
Fallout from the last bs4 update.
This commit is contained in:
parent
dfb1745a65
commit
9b0ca3e492
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user