From 3fd1528e56699b9a27e6e4798a0033de94159119 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 May 2023 10:07:26 -0400 Subject: [PATCH] python3-ntlm-auth: enable tests --- srcpkgs/python3-ntlm-auth/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template index 81dba6f7dce..0f9f4950039 100644 --- a/srcpkgs/python3-ntlm-auth/template +++ b/srcpkgs/python3-ntlm-auth/template @@ -5,6 +5,7 @@ revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-six python3-cryptography" +checkdepends="python3-pytest python3-requests $depends" short_desc="Creates NTLM authentication structures" maintainer="Leah Neukirchen " license="MIT"