mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user