diff options
Diffstat (limited to 'dev-python/python-utils/python-utils-2.7.0.ebuild')
-rw-r--r-- | dev-python/python-utils/python-utils-2.7.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/python-utils/python-utils-2.7.0.ebuild b/dev-python/python-utils/python-utils-2.7.0.ebuild index 151ae849531a..325baeedb039 100644 --- a/dev-python/python-utils/python-utils-2.7.0.ebuild +++ b/dev-python/python-utils/python-utils-2.7.0.ebuild @@ -18,6 +18,10 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]" distutils_enable_tests pytest +EPYTEST_IGNORE=( + docs +) + python_prepare_all() { sed -i -e '/--cov/d' -e '/--flake8/d' pytest.ini || die distutils-r1_python_prepare_all |