dev-python/readme: restrict tests

Some of the tests are do exact HTML comparisons
which varies depending on the installed version of docutils.

Bug: https://bugs.gentoo.org/597692
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49
This commit is contained in:
Mike Gilbert
2017-02-18 11:03:10 -05:00
parent 88ae1b0a90
commit b0945f18f8

View File

@@ -27,6 +27,8 @@ DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
RESTRICT="test"
DOCS=( README.rst )
python_test() {