diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-10 06:12:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-10 06:12:14 +0000 |
| commit | 0f156be9c41e4b6ea072452246ecfeffa9da1589 (patch) | |
| tree | 2808a8b515cfd43a7e3aaf159d36412296c151d0 /dev-python/hypothesis | |
| parent | 1e1659dc3453c7ae474b8a035d583393a25a43f8 (diff) | |
| download | baldeagleos-repo-0f156be9c41e4b6ea072452246ecfeffa9da1589.tar.gz baldeagleos-repo-0f156be9c41e4b6ea072452246ecfeffa9da1589.tar.xz baldeagleos-repo-0f156be9c41e4b6ea072452246ecfeffa9da1589.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hypothesis')
| -rw-r--r-- | dev-python/hypothesis/hypothesis-6.46.2.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/hypothesis/hypothesis-6.46.2.ebuild b/dev-python/hypothesis/hypothesis-6.46.2.ebuild index 3a09d0951e80..790178ad93ef 100644 --- a/dev-python/hypothesis/hypothesis-6.46.2.ebuild +++ b/dev-python/hypothesis/hypothesis-6.46.2.ebuild @@ -39,6 +39,12 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + # unblock py3.11 betas + sed -i -e '/release.*alpha/d' tests/conftest.py || die + distutils-r1_src_prepare +} + python_test() { # subtests are broken by warnings from random plugins local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
