Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/manhole/
Date: Wed, 01 Dec 2021 19:34:53
Message-Id: 1638180464.a118661fde642e4e47959531082610370c173faa.andrewammerlaan@gentoo
1 commit: a118661fde642e4e47959531082610370c173faa
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Nov 29 08:21:46 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 10:07:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a118661f
7
8 dev-python/manhole: fix PYTHONPATH for tests
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/manhole/manhole-1.8.0-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/manhole/manhole-1.8.0-r1.ebuild b/dev-python/manhole/manhole-1.8.0-r1.ebuild
16 index ba33885ff..4497fdc9a 100644
17 --- a/dev-python/manhole/manhole-1.8.0-r1.ebuild
18 +++ b/dev-python/manhole/manhole-1.8.0-r1.ebuild
19 @@ -35,6 +35,7 @@ distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
20 distutils_enable_tests --install pytest
21
22 python_test() {
23 + local -x PYTHONPATH="${S}/src:${PYTHONPATH}"
24 local EPYTEST_DESELECT=(
25 tests/test_manhole.py::test_connection_handler_exec
26 tests/test_manhole.py::test_non_daemon_connection