diff options
Diffstat (limited to 'dev-python/databases')
| -rw-r--r-- | dev-python/databases/databases-0.6.1.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
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 |
