diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-26 01:39:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-26 01:39:46 +0000 |
| commit | 0e6a3d49c994a18b9064c09ebdc2431d7d6809dc (patch) | |
| tree | 515219dc993bcb37476882caf6a45dee9e265939 /dev-python/python-email-validator | |
| parent | ba7a03eabe86adad69eb1462380e75d70daac272 (diff) | |
| download | baldeagleos-repo-0e6a3d49c994a18b9064c09ebdc2431d7d6809dc.tar.gz baldeagleos-repo-0e6a3d49c994a18b9064c09ebdc2431d7d6809dc.tar.xz baldeagleos-repo-0e6a3d49c994a18b9064c09ebdc2431d7d6809dc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-email-validator')
| -rw-r--r-- | dev-python/python-email-validator/python-email-validator-1.1.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild index 141f1d850075..15883086c900 100644 --- a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild +++ b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit distutils-r1 @@ -29,6 +29,10 @@ python_test() { tests/test_main.py::test_deliverability_fails tests/test_main.py::test_validate_email__with_caching_resolver tests/test_main.py::test_validate_email__with_configured_resolver + # these tests rely on example.com being resolvable + tests/test_main.py::test_main_single_good_input + tests/test_main.py::test_main_multi_input + tests/test_main.py::test_main_input_shim ) epytest ${deselect[@]/#/--deselect } |
