disable gherkin reporter to fix failing test suite

This commit is contained in:
Jonathan Wren 2022-07-16 14:08:49 -07:00
parent ca1f2a76d8
commit 8a82f05245

View file

@ -128,7 +128,6 @@ markers = [
] ]
addopts = [ addopts = [
"--pdbcls=IPython.terminal.debugger:Pdb", "--pdbcls=IPython.terminal.debugger:Pdb",
"--gherkin-terminal-reporter",
"--tb=native", "--tb=native",
"-n=auto", "-n=auto",
] ]