diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-02-28 14:20:07 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-02-28 15:08:01 +0500 |
commit | 9d43f5862291c1d2e55711fa90b2f81fdc36c555 (patch) | |
tree | f2873e6fdc36b39e24a78eab961eac61a95c772e | |
parent | dev-python/psautohint: rename (diff) | |
download | guru-9d43f5862291c1d2e55711fa90b2f81fdc36c555.tar.gz guru-9d43f5862291c1d2e55711fa90b2f81fdc36c555.tar.bz2 guru-9d43f5862291c1d2e55711fa90b2f81fdc36c555.zip |
dev-python/http-ece: disable tests
Closes: https://bugs.gentoo.org/898222
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r-- | dev-python/http-ece/http-ece-1.1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/http-ece/http-ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild index 00621bb34..73bb35e41 100644 --- a/dev-python/http-ece/http-ece-1.1.0.ebuild +++ b/dev-python/http-ece/http-ece-1.1.0.ebuild @@ -20,6 +20,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +# v1.1.0 is incompatible with latest 'cryptography' +RESTRICT="test" + RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]" -distutils_enable_tests nose +distutils_enable_tests pytest |