Fix missing dependencies in test session

This commit is contained in:
Alexander Hess 2021-01-24 19:18:09 +01:00
parent 1bfc7db916
commit ca2ba0c9d5
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -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]',
) )