From aa075903243459bd70da1495228adba962160b3d Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 11 Jul 2024 17:45:15 +0000 Subject: Adding metadata --- .../python-statemachine/python-statemachine-2.3.3.ebuild | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'dev-python/python-statemachine') 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 a47ca73f883a..b4cf90f7ae8c 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=""' + } -- cgit v1.3.1