diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-18 17:49:42 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-18 17:49:42 +0100 |
commit | b8d428b0c692bee5e71de68013571927104c9654 (patch) | |
tree | a855fb5c2e7e0181692ea29d9a3a1784f69bbfde /dev-python/aiomysql | |
parent | dev-python/aiomysql: some fixes, test still fail though (diff) | |
download | guru-b8d428b0c692bee5e71de68013571927104c9654.tar.gz guru-b8d428b0c692bee5e71de68013571927104c9654.tar.bz2 guru-b8d428b0c692bee5e71de68013571927104c9654.zip |
dev-python/aiomysql: Restrict tests
test suite appears very broken or something else is very wrong here
restricting tests until someone figures out what is going on here
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/aiomysql')
-rw-r--r-- | dev-python/aiomysql/aiomysql-0.0.20.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/aiomysql/aiomysql-0.0.20.ebuild b/dev-python/aiomysql/aiomysql-0.0.20.ebuild index e84e16784..0cba4a89f 100644 --- a/dev-python/aiomysql/aiomysql-0.0.20.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.20.ebuild @@ -18,6 +18,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="test" + RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]" DEPEND="test? ( |