From 80c0a9732f456d56dd164a21c90f2b6b672a2b17 Mon Sep 17 00:00:00 2001 From: tonyfast Date: Thu, 16 Nov 2023 16:51:20 -0800 Subject: [PATCH] drop old code --- tests/test_w3c.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_w3c.py b/tests/test_w3c.py index f4151d37..c7103a09 100644 --- a/tests/test_w3c.py +++ b/tests/test_w3c.py @@ -79,11 +79,6 @@ def raise_if_errors(results, exclude=EXCLUDE): ), ) def test_baseline_w3c(page, exporter, notebook): - config = {} - config.setdefault( - "runOnly", - ["act", "best-practice", "experimental", "wcag21a", "wcag21aa", "wcag22aa"], - ) target = HTML / notebook.with_suffix(".html").name target.parent.mkdir(exist_ok=True, parents=True) target.write_text(exporter.from_filename(notebook)[0])