summaryrefslogtreecommitdiff
path: root/dev-python/sqlalchemy
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-15 06:36:57 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-15 07:43:33 +0200
commit136b9c04d3dcecb845ac79816ed5b755a1d01850 (patch)
tree3c54eec05589baa4c5bda18e97c66c07b3c8b6cb /dev-python/sqlalchemy
parent7908b6c37a296662381870a1784dcda8a382bcf0 (diff)
downloadgentoo-136b9c04d3dcecb845ac79816ed5b755a1d01850.tar.gz
gentoo-136b9c04d3dcecb845ac79816ed5b755a1d01850.tar.bz2
gentoo-136b9c04d3dcecb845ac79816ed5b755a1d01850.zip
dev-python/sqlalchemy: Remove stale pypy3 deselects
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlalchemy')
-rw-r--r--dev-python/sqlalchemy/sqlalchemy-2.0.41.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.41.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.41.ebuild
index 0eb3381717a7..5b558413edd5 100644
--- a/dev-python/sqlalchemy/sqlalchemy-2.0.41.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-2.0.41.ebuild
@@ -62,20 +62,6 @@ python_test() {
test/orm/test_utils.py::ContextualWarningsTest::test_configure_mappers_explicit
"test/sql/test_resultset.py::CursorResultTest_sqlite+pysqlite_${sqlite_version//./_}::test_new_row_no_dict_behaviors"
)
- ;&
- pypy3)
- EPYTEST_DESELECT+=(
- test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
- test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_varg
- test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_varg
- test/engine/test_processors.py::PyDateProcessorTest::test_date_invalid_string
- test/engine/test_processors.py::PyDateProcessorTest::test_datetime_invalid_string
- test/engine/test_processors.py::PyDateProcessorTest::test_time_invalid_string
- "test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_${sqlite_version//./_}::test_cant_parse_datetime_message"
- "test/dialect/test_suite.py::ReturningGuardsTest_sqlite+pysqlite_${sqlite_version//./_}"::test_{delete,insert,update}_single
- test/base/test_utils.py::ImmutableDictTest::test_pep584
- 'test/sql/test_compare.py::HasCacheKeySubclass::test_init_args_in_traversal[_MemoizedSelectEntities]'
- )
;;
esac
if ! has_version "dev-python/greenlet[${PYTHON_USEDEP}]"; then