From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38598) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTWjY-0005L6-Df for guix-patches@gnu.org; Tue, 28 Apr 2020 16:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTWi4-0003m2-4D for guix-patches@gnu.org; Tue, 28 Apr 2020 16:21:36 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58344) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jTWi2-0003kh-L4 for guix-patches@gnu.org; Tue, 28 Apr 2020 16:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jTWi2-00036O-Gb for guix-patches@gnu.org; Tue, 28 Apr 2020 16:20:02 -0400 Subject: [bug#40511] [REDO 1] [PATCH 4/10] gnu: Add python-pytest-testmon. Resent-Message-ID: References: <87d08h51lw.fsf@dustycloud.org> <87d07rtmvt.fsf@dustycloud.org> <878siftmri.fsf@dustycloud.org> From: Christopher Lemmer Webber In-reply-to: <878siftmri.fsf@dustycloud.org> Date: Tue, 28 Apr 2020 16:19:23 -0400 Message-ID: <87tv13s6r8.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40511@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0004-gnu-Add-python-pytest-testmon.patch Content-Transfer-Encoding: quoted-printable From=2096433376d8c698acc263bd34abd485f0b81bc4f9 Mon Sep 17 00:00:00 2001 From: Christopher Lemmer Webber Date: Tue, 28 Apr 2020 15:21:16 -0400 Subject: [PATCH 04/10] gnu: Add python-pytest-testmon. * gnu/packages/python-xyz.scm (python-pytest-testmon): New variable. =2D-- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b00c8cf284..bcebf05813 100644 =2D-- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19694,3 +19694,25 @@ Open Sound Control 1.0} specification.") (description "Python modules for text manipulation.") (license license:expat))) =20 +(define-public python-pytest-testmon + (package + (name "python-pytest-testmon") + (version "1.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytest-testmon" version)) + (sha256 + (base32 + "1iasz23zrzjgbak8jiq12i4zmkk8f6dmcdhfxz8m2q03agcidc7x")))) + (build-system python-build-system) + (propagated-inputs + `(("python-coverage" ,python-coverage) + ("python-pytest" ,python-pytest))) + (home-page "https://testmon.org") + (synopsis + "Selects tests affected by changed files and methods") + (description + "Pytest module for selecting tests affected by changed files and +methods.") + (license license:agpl3+))) =2D-=20 2.26.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEUQqGKOKndniPjHCcS8Alkl/49NMFAl6oj8sACgkQS8Alkl/4 9NOn0w//cfGGJX4axiUr+Y/NZeCeC+lOk0ScGV0tnsgjcX3YTYdtwgyx3/TlNM5w 6dKSWzcjCj1vYf5TF4kmIQ6GZygZ8T+mYE2jhhnWxmIxgT2bO3uoyOzGNMSErIp2 +jeUZmt9ZBi0NC69wTB/bDkDKjRAJBk90PfLyRj1QLHL9IK5xN57PUxUKkSwRLaN fdDCSourCZ67QOSanrQnlGrpQRFcDPdoLjCHq5XqejW/sEjvLn1WrgvJEhIoSgkQ oD9XTuy/e6fkOrLQTj446qCZKriS49bQBmvLw6WWcKo/iJZEuHSTQ58+JDnSxrmG ghmbGN3GKNlCV7IHjhu7/0/RwZ6zB4ERF/r7j8EC7rIt8ABZvrJ5F9DOBJc9V0Yl MNZ8IpmTBqhYeKD/jjAD9eOWoLWVXVmu1uKfh25xD46nzCcSuVAsCFX6luquaw7K xm6x5Zm/VRkpGXDoCy8Ln2uDS7856u9GODsSlr/IVCnzhdbTsQCCEdx5U1a5Br/w ZYv1zSWOIipUY0+JS7gkbp9COXuC2HuzIWtWDTfJnUq0qCexFv3qQ5d4TIlaMlNk qw+WvefY7l15/WGzfrcQgIqXObBiGVClDmL5NnmoddrtgElVUlkIuokOFtXy0edA VAPE9miQL0z5xI5aEkMN0i53kFd1HDiF/YAuP8ddrR3kJDfm5ew= =ecja -----END PGP SIGNATURE----- --==-=-=--