diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-04 10:50:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-04 10:54:09 +0200 |
commit | a125c3cff7a700cae1e96bddadca369739ab92cf (patch) | |
tree | 1b1b13c5ede4ab806ef7a8f0e6ced18645550da5 /dev-python | |
parent | dev-python/httpx: fix testing timeouts (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pydantic/pydantic-1.8.2_p20210719.ebuild | 5 |
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 |