summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 00:15:22 +0000
committerSam James <sam@gentoo.org>2021-06-01 00:27:58 +0000
commitf48e192387d22e8a4c09dc1b60f09591104aa9e4 (patch)
tree1cd1ae7f44b95ada4448e2d2e5ecd4296eec0c01 /dev-python/ntlm-auth
parentdev-python/requests-credssp: mark ALLARCHES (diff)
downloadgentoo-f48e192387d22e8a4c09dc1b60f09591104aa9e4.tar.gz
gentoo-f48e192387d22e8a4c09dc1b60f09591104aa9e4.tar.bz2
gentoo-f48e192387d22e8a4c09dc1b60f09591104aa9e4.zip
dev-python/ntlm-auth: add tests
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ntlm-auth')
-rw-r--r--dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
index ffc6df49c46d..99397e4098f3 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -11,11 +11,12 @@ DESCRIPTION="Calculates NTLM Authentication codes"
HOMEPAGE="https://github.com/jborean93/ntlm-auth"
SRC_URI="https://github.com/jborean93/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
LICENSE="MIT"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest