From 65b4a64b6243fdf113e3d206a3ffcd8b2baed42d Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Wed, 16 Mar 2022 11:10:36 +0100 Subject: [PATCH] L2SS-652: try to exclude hdbpp-python from xenon --- tangostationcontrol/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/tox.ini b/tangostationcontrol/tox.ini index 0dd2a0145..d0880cfb6 100644 --- a/tangostationcontrol/tox.ini +++ b/tangostationcontrol/tox.ini @@ -67,6 +67,7 @@ commands = [testenv:xenon]; commands = {envpython} -m xenon tangostationcontrol -b B -m A -a A +exclude = libhdbpp-python [testenv:docs] deps = -- GitLab