diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-28 21:03:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-28 21:17:51 +0200 |
commit | bc5f4570ffcc1ac6381a360a39043e4fd1344ad5 (patch) | |
tree | dab465907cc0cec8091a4dc2b7f1153f793657c3 /dev-python/bpython | |
parent | dev-python/bokeh: Make repoman more happy (diff) | |
download | gentoo-bc5f4570ffcc1ac6381a360a39043e4fd1344ad5.tar.gz gentoo-bc5f4570ffcc1ac6381a360a39043e4fd1344ad5.tar.bz2 gentoo-bc5f4570ffcc1ac6381a360a39043e4fd1344ad5.zip |
dev-python/bpython: Restrict tests (#659110)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/bpython')
-rw-r--r-- | dev-python/bpython/bpython-0.17.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/bpython/bpython-0.17.1.ebuild b/dev-python/bpython/bpython-0.17.1.ebuild index 5c37145681cb..23becd4d81df 100644 --- a/dev-python/bpython/bpython-0.17.1.ebuild +++ b/dev-python/bpython/bpython-0.17.1.ebuild @@ -36,6 +36,8 @@ DOCS=( AUTHORS CHANGELOG sample.theme light.theme ) # Req'd for clean build by each impl DISTUTILS_IN_SOURCE_BUILD=1 +RESTRICT="test" #659110 + python_compile_all() { if use doc; then sphinx-build -b html -c doc/sphinx/source/ \ |