Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sanic/
Date: Sun, 29 Mar 2020 13:21:25
Message-Id: 1585487907.9e1e32f6166287573bbd421ebe18d9293e55862e.andrewammerlaan@gentoo
1 commit: 9e1e32f6166287573bbd421ebe18d9293e55862e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Mar 29 13:18:27 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Mar 29 13:18:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e1e32f6
7
8 dev-python/pytest-sanic: should depend on sanic
9
10 otherwise all tests on all packages with pytest will fail
11
12 Package-Manager: Portage-2.3.96, Repoman-2.3.22
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild | 10 +++-------
16 1 file changed, 3 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild
19 index 2f4dd3a..292a3dc 100644
20 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild
21 +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.0.ebuild
22 @@ -22,13 +22,9 @@ KEYWORDS="~amd64 ~x86"
23 RDEPEND="
24 dev-python/aiohttp[${PYTHON_USEDEP}]
25 dev-python/async_generator[${PYTHON_USEDEP}]
26 -"
27 -BDEPEND="
28 - ${RDEPEND}
29 - test? (
30 - dev-python/sanic[${PYTHON_USEDEP}]
31 - )
32 + dev-python/sanic[${PYTHON_USEDEP}]
33 "
34
35 distutils_enable_tests pytest
36 -distutils_enable_sphinx docs
37 +# where is the conf.py file? make html can't find it either
38 +#distutils_enable_sphinx docs