From 33751691cbbd33164fff39b18034900e9011ac8d Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 27 Nov 2022 15:04:17 +0000 Subject: Adding metadata --- dev-python/databases/databases-0.6.1.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'dev-python/databases') diff --git a/dev-python/databases/databases-0.6.1.ebuild b/dev-python/databases/databases-0.6.1.ebuild index 76ac562e5f73..049cfe8e0172 100644 --- a/dev-python/databases/databases-0.6.1.ebuild +++ b/dev-python/databases/databases-0.6.1.ebuild @@ -3,12 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -DISTUTILS_USE_PEP517=setuptools - DOCS_BUILDER="mkdocs" +DOCS_AUTODOC=1 DOCS_DEPEND="dev-python/mkdocs-material" +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools inherit databases distutils-r1 docs optfeature DESCRIPTION="Async database support for Python" @@ -38,16 +38,6 @@ BDEPEND="test? ( distutils_enable_tests pytest -EEPYTEST_DESELECT=( - tests/test_connection_options.py::test_mysql_pool_size - tests/test_connection_options.py::test_mysql_explicit_pool_size - tests/test_connection_options.py::test_mysql_ssl - tests/test_connection_options.py::test_mysql_explicit_ssl - tests/test_connection_options.py::test_mysql_pool_recycle - tests/test_databases.py - tests/test_integration.py::test_integration -) - python_prepare_all() { # fix tests #sed -i -e '/databases.backends.mysql/d' tests/test_connection_options.py || die -- cgit v1.3.1