====================================================================== ERROR: admin_inlines.tests (unittest.loader._FailedTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/unittest/case.py", line 59, in testPartExecutor yield File "/usr/lib/python3.7/unittest/case.py", line 628, in run testMethod() File "/usr/lib/python3.7/unittest/loader.py", line 34, in testFailure raise self._exception ImportError: Failed to import test module: admin_inlines.tests Traceback (most recent call last): File "/usr/lib/python3.7/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/var/tmp/portage/dev-python/django-3.0.6/work/Django-3.0.6/tests/admin_inlines/tests.py", line 1, in <module> from selenium.common.exceptions import NoSuchElementException ModuleNotFoundError: No module named 'selenium' ---------------------------------------------------------------------- Ran 13076 tests in 156.236s FAILED (errors=1, skipped=901, expected failures=4)
Seems to pass when I install dev-python/selenium.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13419f560c37cd142c3d3b050babb146e061eb2f commit 13419f560c37cd142c3d3b050babb146e061eb2f Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-05-12 06:51:15 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-05-12 06:57:43 +0000 dev-python/django: Add missing test-dep on selenium Closes: https://bugs.gentoo.org/722572 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/django/django-3.0.6.ebuild | 1 + 1 file changed, 1 insertion(+)
*** Bug 720944 has been marked as a duplicate of this bug. ***