dev-python/python-octaviaclient: fix missing hacking

Closes: https://bugs.gentoo.org/830519
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-03-12 11:09:44 +02:00
parent 8d95ce3db3
commit 52759b13b4

View File

@@ -42,3 +42,7 @@ DEPEND="
"
distutils_enable_tests pytest
EPYTEST_IGNORE=(
octaviaclient/tests/unit/test_hacking.py
)