Disable gherkin reporter to fix failing test suite (#1540)

This commit is contained in:
Jonathan Wren 2022-07-16 14:13:48 -07:00 committed by GitHub
parent ca1f2a76d8
commit c45bed7f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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