From 0c437d8d01d2fe3e94ebddb39b1665c510c479ff Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Wed, 9 Feb 2022 14:50:55 +0100 Subject: [PATCH] This test requires flake8 --- tests/test_black.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_black.py b/tests/test_black.py index f562af3f4..396e737b8 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -89,6 +89,7 @@ def test_pipe_into_flake8(): @requires_black +@requires_flake8 @pytest.mark.parametrize("nb_file", list_notebooks("ipynb_py")[:1]) def test_apply_black_through_jupytext(tmpdir, nb_file): # Load real notebook metadata to get the 'auto' extension in --pipe-fmt to work