diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-21 00:26:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-21 00:26:33 +0000 |
| commit | 4717e288ecb5db01313996790c2ab47d9bebc55d (patch) | |
| tree | 5709370b54a5f95a4bb29d154b1f7c733d2ac681 /dev-python/python-dotenv | |
| parent | 8dfa4160bd746ed1e0f70310531606e4a33484ea (diff) | |
| download | baldeagleos-repo-4717e288ecb5db01313996790c2ab47d9bebc55d.tar.gz baldeagleos-repo-4717e288ecb5db01313996790c2ab47d9bebc55d.tar.xz baldeagleos-repo-4717e288ecb5db01313996790c2ab47d9bebc55d.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-dotenv')
| -rw-r--r-- | dev-python/python-dotenv/python-dotenv-0.14.0.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild index f73be0464463..facf646f4b77 100644 --- a/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild +++ b/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild @@ -27,3 +27,10 @@ DEPEND="test? ( DOCS=( CHANGELOG.md README.md ) distutils_enable_tests pytest + +python_test() { + # Tests call the "dotenv" command which needs to be in PATH + # https://bugs.gentoo.org/743784 + distutils_install_for_testing + pytest -vv || die "Tests fail with ${EPYTHON}" +} |
