summaryrefslogtreecommitdiff
path: root/dev-python/python-dotenv
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-28 20:20:57 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-29 06:16:24 +0200
commite17fa5a264342b89a683b437bf96ec8b4817f58a (patch)
tree83328afbc5607f45323d65906a0adbe406d7a9f6 /dev-python/python-dotenv
parent19d0cdca09adb0523ff97d08d78fb3393eb58b20 (diff)
downloadgentoo-e17fa5a264342b89a683b437bf96ec8b4817f58a.tar.gz
gentoo-e17fa5a264342b89a683b437bf96ec8b4817f58a.tar.bz2
gentoo-e17fa5a264342b89a683b437bf96ec8b4817f58a.zip
dev-python/python-dotenv: Reenable deselected tests
Reenable deselected tests that were failing with =dev-python/click-8.2.0. It turned out to be a bug in click, fixed in 8.2.1. Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 c62dbbc4390d..e719e76d7b4d 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
}