commit: a125c3cff7a700cae1e96bddadca369739ab92cf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 08:50:19 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 08:54:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a125c3cf
dev-python/pydantic: deselect upstream known flaky test
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild
b/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild
index 923ed8984116..f4a84f229524 100644
--- a/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild
+++ b/dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild
@@ -38,6 +38,11 @@ PATCHES=(
distutils_enable_tests --install pytest
+EPYTEST_DESELECT=(
+ # flaky test, known upstream
+
tests/test_hypothesis_plugin.py::test_can_construct_models_with_all_fields
+)
+
src_prepare() {
# seriously?
sed -i -e '/CFLAGS/d' setup.py || die