diff --git a/dev-python/evernote2/evernote2-1.0.3.ebuild b/dev-python/evernote2/evernote2-1.0.3.ebuild index ee5109b5b0..ac77a8bbee 100644 --- a/dev-python/evernote2/evernote2-1.0.3.ebuild +++ b/dev-python/evernote2/evernote2-1.0.3.ebuild @@ -20,7 +20,16 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +BDEPEND=" + test? ( + dev-python/pytest-xdist[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + ) +" + RDEPEND=" dev-python/oauthlib[${PYTHON_USEDEP}] dev-python/thrift[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest