commit: 52759b13b4acc7275afecd00e2255e92c440af1e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 12 09:09:44 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 12 09:09:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52759b13
dev-python/python-octaviaclient: fix missing hacking Closes: https://bugs.gentoo.org/830519 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild index f37ba056d..e863ade9a 100644 --- a/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild +++ b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild @@ -42,3 +42,7 @@ DEPEND=" " distutils_enable_tests pytest + +EPYTEST_IGNORE=( + octaviaclient/tests/unit/test_hacking.py +)
