From unknown Wed Jun 25 05:43:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42636] [PATCH] gnu: Add python-pytest-ordering. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 31 Jul 2020 16:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42636 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42636@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159621120931098 (code B ref -1); Fri, 31 Jul 2020 16:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jul 2020 16:00:09 +0000 Received: from localhost ([127.0.0.1]:38493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1XS4-00085V-QA for submit@debbugs.gnu.org; Fri, 31 Jul 2020 12:00:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:52660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1XS0-00084K-Kj for submit@debbugs.gnu.org; Fri, 31 Jul 2020 12:00:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53520) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1XS0-0008Mt-2f for guix-patches@gnu.org; Fri, 31 Jul 2020 12:00:04 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54833) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1XRw-0004Mh-Un for guix-patches@gnu.org; Fri, 31 Jul 2020 12:00:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 617CC16005F for ; Fri, 31 Jul 2020 17:59:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596211198; bh=yZ6Im9tKFSXCB15APHkuvjrbsMKlYcx5lMus30BxQOs=; h=From:To:Cc:Subject:Date:From; b=L+rrX4ti7yVw19bE7yvvR4tf/3g82n6L593+6JUT39gP8dAv+MjwbutFSHgCQjddU nDYOffkwfMDBOaLjAX3qpU8f8AFZdZ2AwpX9J1DKqy3Ks5yN35T23Pl6rL1Ysd8OkG 4pf19NfwFBi2KZ32vgLQCOeM2ISgo8jLiIDIVG4J9u8Q0+KKgNImJLMT9uPtQNuC3H lWvJy6t6swGONHgcnAXtXNptjiPWCXXLl7G6GjG6FpHePzmGZUfFWVUgYVcoqGZmjJ 5qcR5SKfVin4jL9CI6WLioC/rORKWFDyUSzkd7t+udaeQP0cvMexyxK+mpAUQO6/bS k+ox7KMq9yvDA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BJBn85T2Cz9rxR; Fri, 31 Jul 2020 17:59:56 +0200 (CEST) From: Vinicius Monego Date: Fri, 31 Jul 2020 12:59:21 -0300 Message-Id: <20200731155921.39000-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/31 11:59:58 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-ordering): New variable. --- gnu/packages/python-check.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index e96ce9e666..3beac8c206 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -126,6 +126,40 @@ detect the absence of a cassette file and once again record all HTTP interactions, which will update them to correspond to the new API.") (license license:expat))) +(define-public python-pytest-ordering + (package + (name "python-pytest-ordering") + (version "0.6") + (source + (origin + ;; No tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/ftobia/pytest-ordering") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "14msj5gyqza0gk3x7h1ivmjrwza82v84cj7jx3ks0fw9lpin7pjq")))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv" "-k" + ;; This test fails because of a type mismatch of an + ;; argument passed to @code{pytest.main}. + "not test_run_marker_registered")))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/ftobia/pytest-ordering") + (synopsis "Pytest plugin to run your tests in a specific order") + (description + "This plugin defines Pytest markers to ensure that some tests, or groups +of tests run in a specific order.") + (license license:expat))) + (define-public python-pytest-arraydiff (package (name "python-pytest-arraydiff") -- 2.20.1 From unknown Wed Jun 25 05:43:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#42636: closed (Re: [bug#42636] [PATCH] gnu: Add python-pytest-ordering.) Message-ID: References: <87tuxmama6.fsf@gnu.org> <20200731155921.39000-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 42636 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42636@debbugs.gnu.org Date: Sat, 01 Aug 2020 06:55:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1596264902-16262-1" This is a multi-part message in MIME format... ------------=_1596264902-16262-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42636: [PATCH] gnu: Add python-pytest-ordering. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42636@debbugs.gnu.org. --=20 42636: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42636 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596264902-16262-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42636-done) by debbugs.gnu.org; 1 Aug 2020 06:54:53 +0000 Received: from localhost ([127.0.0.1]:39035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1lPw-0004Du-MF for submit@debbugs.gnu.org; Sat, 01 Aug 2020 02:54:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1lPu-0004Dc-DW for 42636-done@debbugs.gnu.org; Sat, 01 Aug 2020 02:54:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33028) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1lPo-0004jp-N1; Sat, 01 Aug 2020 02:54:44 -0400 Received: from [2a01:cb18:832e:5f00:c08f:7d21:ea98:a1c5] (port=58852 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k1lPo-0003K1-1h; Sat, 01 Aug 2020 02:54:44 -0400 From: Mathieu Othacehe To: Vinicius Monego Subject: Re: [bug#42636] [PATCH] gnu: Add python-pytest-ordering. References: <20200731155921.39000-1-monego@posteo.net> Date: Sat, 01 Aug 2020 08:54:41 +0200 In-Reply-To: <20200731155921.39000-1-monego@posteo.net> (Vinicius Monego's message of "Fri, 31 Jul 2020 12:59:21 -0300") Message-ID: <87tuxmama6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42636-done Cc: 42636-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, > * gnu/packages/python-check.scm (python-pytest-ordering): New variable. Pushed, thanks! Mathieu ------------=_1596264902-16262-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Jul 2020 16:00:09 +0000 Received: from localhost ([127.0.0.1]:38493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1XS4-00085V-QA for submit@debbugs.gnu.org; Fri, 31 Jul 2020 12:00:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:52660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1XS0-00084K-Kj for submit@debbugs.gnu.org; Fri, 31 Jul 2020 12:00:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53520) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1XS0-0008Mt-2f for guix-patches@gnu.org; Fri, 31 Jul 2020 12:00:04 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54833) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1XRw-0004Mh-Un for guix-patches@gnu.org; Fri, 31 Jul 2020 12:00:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 617CC16005F for ; Fri, 31 Jul 2020 17:59:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596211198; bh=yZ6Im9tKFSXCB15APHkuvjrbsMKlYcx5lMus30BxQOs=; h=From:To:Cc:Subject:Date:From; b=L+rrX4ti7yVw19bE7yvvR4tf/3g82n6L593+6JUT39gP8dAv+MjwbutFSHgCQjddU nDYOffkwfMDBOaLjAX3qpU8f8AFZdZ2AwpX9J1DKqy3Ks5yN35T23Pl6rL1Ysd8OkG 4pf19NfwFBi2KZ32vgLQCOeM2ISgo8jLiIDIVG4J9u8Q0+KKgNImJLMT9uPtQNuC3H lWvJy6t6swGONHgcnAXtXNptjiPWCXXLl7G6GjG6FpHePzmGZUfFWVUgYVcoqGZmjJ 5qcR5SKfVin4jL9CI6WLioC/rORKWFDyUSzkd7t+udaeQP0cvMexyxK+mpAUQO6/bS k+ox7KMq9yvDA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BJBn85T2Cz9rxR; Fri, 31 Jul 2020 17:59:56 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pytest-ordering. Date: Fri, 31 Jul 2020 12:59:21 -0300 Message-Id: <20200731155921.39000-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/31 11:59:58 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-check.scm (python-pytest-ordering): New variable. --- gnu/packages/python-check.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index e96ce9e666..3beac8c206 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -126,6 +126,40 @@ detect the absence of a cassette file and once again record all HTTP interactions, which will update them to correspond to the new API.") (license license:expat))) +(define-public python-pytest-ordering + (package + (name "python-pytest-ordering") + (version "0.6") + (source + (origin + ;; No tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/ftobia/pytest-ordering") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "14msj5gyqza0gk3x7h1ivmjrwza82v84cj7jx3ks0fw9lpin7pjq")))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv" "-k" + ;; This test fails because of a type mismatch of an + ;; argument passed to @code{pytest.main}. + "not test_run_marker_registered")))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/ftobia/pytest-ordering") + (synopsis "Pytest plugin to run your tests in a specific order") + (description + "This plugin defines Pytest markers to ensure that some tests, or groups +of tests run in a specific order.") + (license license:expat))) + (define-public python-pytest-arraydiff (package (name "python-pytest-arraydiff") -- 2.20.1 ------------=_1596264902-16262-1--