diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-04-26 08:52:08 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-04-26 08:52:08 +0400 |
commit | 934125d768991734a02b934eafa3912deb798c3b (patch) | |
tree | b5c3825871855456039a3c7e6a9e4d9aef1bbe8c /app-doc | |
parent | dev-python/evernote2: version fix from 1.0.0 to 9999 (diff) | |
download | guru-934125d768991734a02b934eafa3912deb798c3b.tar.gz guru-934125d768991734a02b934eafa3912deb798c3b.tar.bz2 guru-934125d768991734a02b934eafa3912deb798c3b.zip |
app-doc/geeknote: enable tests
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/geeknote/geeknote-9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild index a36f8f801..8f773288c 100644 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ b/app-doc/geeknote/geeknote-9999.ebuild @@ -15,6 +15,10 @@ EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote" LICENSE="GPL-3" SLOT="0" +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] +)" + RDEPEND=" dev-python/evernote2[${PYTHON_USEDEP}] dev-python/html2text[${PYTHON_USEDEP}] @@ -35,3 +39,5 @@ python_install_all() { doins completion/zsh_completion/_geeknote distutils-r1_python_install_all } + +distutils_enable_tests pytest |