python3Packages.beetcamp: skip failing test

This commit is contained in:
Gaetan Lepage
2025-08-28 13:48:17 +02:00
parent 6f8dee5d3c
commit 1657a4e5f6
@@ -53,6 +53,11 @@ buildPythonPackage {
filelock
];
disabledTests = [
# AssertionError: assert ''
"test_get_html"
];
passthru.updateScript = nix-update-script { };
meta = {