From c45bed7f6ce5d06991844b02f066beb68300039e Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 16 Jul 2022 14:13:48 -0700 Subject: [PATCH] Disable gherkin reporter to fix failing test suite (#1540) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c57e5e5..51bd6ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,6 @@ markers = [ ] addopts = [ "--pdbcls=IPython.terminal.debugger:Pdb", - "--gherkin-terminal-reporter", "--tb=native", "-n=auto", ]