profiles: mask dev-python/databases

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-22 19:57:31 +05:00
parent e7cab99752
commit 5a99cf8257
2 changed files with 4 additions and 10 deletions

View File

@@ -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