From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E2761581C1 for ; Thu, 11 Jul 2024 09:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9B92BC016; Thu, 11 Jul 2024 09:26:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFAC62BC016 for ; Thu, 11 Jul 2024 09:26:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B229E340836 for ; Thu, 11 Jul 2024 09:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F1BE1DCD for ; Thu, 11 Jul 2024 09:26:22 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1720689955.b9a54de522bf2a70756146733ecab505b39fedb3.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-statemachine/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-statemachine/python-statemachine-2.3.3.ebuild X-VCS-Directories: dev-python/python-statemachine/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b9a54de522bf2a70756146733ecab505b39fedb3 X-VCS-Branch: dev Date: Thu, 11 Jul 2024 09:26:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73b43298-d432-4ade-ad48-f3f5f79cf775 X-Archives-Hash: 7d519a4a21aa7a64c2d8374361ad95e2 commit: b9a54de522bf2a70756146733ecab505b39fedb3 Author: David Roman gmail com> AuthorDate: Thu Jul 11 09:25:55 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 11 09:25:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a54de5 dev-python/python-statemachine: fix tests Closes: https://bugs.gentoo.org/935810 Signed-off-by: David Roman gmail.com> .../python-statemachine/python-statemachine-2.3.3.ebuild | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild index 22c2d76b3..d2640619b 100644 --- a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild +++ b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild @@ -24,12 +24,25 @@ RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]" BDEPEND=" ${RDEPEND} test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-django[${PYTHON_USEDEP}] + dev-python/django[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest +EPYTEST_DESELECT=( + tests/test_mixins.py::test_mixin_should_instantiate_a_machine +) + +EPYTEST_IGNORE=( + tests/test_profiling.py + tests/django_project/workflow/tests.py +) + python_test() { - epytest -o 'addopts=""' --ignore=tests/test_profiling.py + epytest -o 'addopts=""' + } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA1C315939F for ; Thu, 11 Jul 2024 16:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA0182BC0A8; Thu, 11 Jul 2024 16:47:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD1742BC0A8 for ; Thu, 11 Jul 2024 16:47:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FF63343064 for ; Thu, 11 Jul 2024 16:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313AB1E24 for ; Thu, 11 Jul 2024 16:47:41 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1720689955.b9a54de522bf2a70756146733ecab505b39fedb3.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-statemachine/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-statemachine/python-statemachine-2.3.3.ebuild X-VCS-Directories: dev-python/python-statemachine/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b9a54de522bf2a70756146733ecab505b39fedb3 X-VCS-Branch: master Date: Thu, 11 Jul 2024 16:47:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bff89906-5c57-4745-917a-a19c3979f7b7 X-Archives-Hash: 2aa802671a137ce0a25bafff1c6b9169 Message-ID: <20240711164741.02jKuNtb7_1fgPSH1eGWl8Mfgi0t0f6OCZlOhz6DuaQ@z> commit: b9a54de522bf2a70756146733ecab505b39fedb3 Author: David Roman gmail com> AuthorDate: Thu Jul 11 09:25:55 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 11 09:25:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a54de5 dev-python/python-statemachine: fix tests Closes: https://bugs.gentoo.org/935810 Signed-off-by: David Roman gmail.com> .../python-statemachine/python-statemachine-2.3.3.ebuild | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild index 22c2d76b3..d2640619b 100644 --- a/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild +++ b/dev-python/python-statemachine/python-statemachine-2.3.3.ebuild @@ -24,12 +24,25 @@ RDEPEND="dev-python/pydot[${PYTHON_USEDEP}]" BDEPEND=" ${RDEPEND} test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-django[${PYTHON_USEDEP}] + dev-python/django[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest +EPYTEST_DESELECT=( + tests/test_mixins.py::test_mixin_should_instantiate_a_machine +) + +EPYTEST_IGNORE=( + tests/test_profiling.py + tests/django_project/workflow/tests.py +) + python_test() { - epytest -o 'addopts=""' --ignore=tests/test_profiling.py + epytest -o 'addopts=""' + }