mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/typeguard: Fix ignoring mypy tests
Closes: https://bugs.gentoo.org/932865 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -28,10 +28,9 @@ BDEPEND="
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_IGNORE=(
|
||||
# mypy changes results from version to version
|
||||
tests/mypy
|
||||
)
|
||||
# mypy changes results from version to version
|
||||
# (we can't use EPYTEST_IGNORE because pytest_ignore_collect breaks it)
|
||||
rm -rf tests/mypy || die
|
||||
|
||||
local -x PYTHONDONTWRITEBYTECODE=
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
|
||||
Reference in New Issue
Block a user