Fix missing dependencies in test session
This commit is contained in:
parent
1bfc7db916
commit
ca2ba0c9d5
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ def test(session):
|
||||||
'pytest',
|
'pytest',
|
||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
'pytest-env',
|
'pytest-env',
|
||||||
|
'pytest-mock',
|
||||||
'pytest-randomly',
|
'pytest-randomly',
|
||||||
'xdoctest[optional]',
|
'xdoctest[optional]',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue