summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-12-04 10:50:19 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-12-04 10:54:09 +0200
commita125c3cff7a700cae1e96bddadca369739ab92cf (patch)
tree1b1b13c5ede4ab806ef7a8f0e6ced18645550da5 /dev-python/pydantic
parentdev-python/httpx: fix testing timeouts (diff)
downloadgentoo-a125c3cff7a700cae1e96bddadca369739ab92cf.tar.gz
gentoo-a125c3cff7a700cae1e96bddadca369739ab92cf.tar.bz2
gentoo-a125c3cff7a700cae1e96bddadca369739ab92cf.zip
dev-python/pydantic: deselect upstream known flaky test
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pydantic')
-rw-r--r--dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild5
1 files changed, 5 insertions, 0 deletions
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