mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Disable gherkin reporter to fix failing test suite (#1540)
This commit is contained in:
parent
ca1f2a76d8
commit
c45bed7f6c
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue