diff --git a/test-playbooks/python/tox.yaml b/test-playbooks/python/tox.yaml index 512d88fa3..f82e4dcdb 100644 --- a/test-playbooks/python/tox.yaml +++ b/test-playbooks/python/tox.yaml @@ -5,6 +5,10 @@ - name: Run bindep include_role: name: bindep + vars: + # We're building doc targets below so we need that bindep profile on + # top of the default compile and test profiles. + bindep_profile: 'compile test doc' - name: Run tox with constraints include_role: name: tox