summaryrefslogtreecommitdiff
path: root/dev-python/python-dotenv
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-29 06:59:39 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-29 06:59:39 +0000
commit6318c36da93108c6cfcd5d709504ac7483fbdbe9 (patch)
tree6213381f9a6d905fbe7e1b3a43a7899d76360ee7 /dev-python/python-dotenv
parent7be877b237e1ee2bc1ac4786b1c733d99ad7570c (diff)
downloadbaldeagleos-repo-6318c36da93108c6cfcd5d709504ac7483fbdbe9.tar.gz
baldeagleos-repo-6318c36da93108c6cfcd5d709504ac7483fbdbe9.tar.xz
baldeagleos-repo-6318c36da93108c6cfcd5d709504ac7483fbdbe9.zip
Adding metadata
Diffstat (limited to 'dev-python/python-dotenv')
-rw-r--r--dev-python/python-dotenv/python-dotenv-1.1.0.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/python-dotenv/python-dotenv-1.1.0.ebuild b/dev-python/python-dotenv/python-dotenv-1.1.0.ebuild
index 561889472c2d..104b920e39f2 100644
--- a/dev-python/python-dotenv/python-dotenv-1.1.0.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-1.1.0.ebuild
@@ -30,15 +30,6 @@ DOCS=( CHANGELOG.md README.md )
distutils_enable_tests pytest
python_test() {
- local EPYTEST_DESELECT=(
- # test issue with click-8.2.0
- # https://github.com/theskumar/python-dotenv/issues/560
- tests/test_cli.py::test_get_non_existent_file
- tests/test_cli.py::test_get_not_a_file
- tests/test_cli.py::test_list_non_existent_file
- tests/test_cli.py::test_list_not_a_file
- )
-
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}