From f9fff1776d64b37432215eee8cc30a587df808ce Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 26 Apr 2019 16:35:52 +0200 Subject: [PATCH] tox: Use custom selinux shim Travis uses Ubuntu which is not yet supported by the python selinux shim. Use a custom fork instead. --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 00a211f..ce40a58 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,11 @@ deps = molecule_{lint,syntax,test}: docker molecule_{lint,syntax,test}: jmespath molecule_{lint,syntax,test}: molecule - molecule_{lint,syntax,test}: selinux + # The selinux pypi shim does not work with Ubuntu (as used by Travis), yet. + # Therefore use a fork with Ubuntu support. This can be changed once the + # update is available on PyPi. + # molecule_{lint,syntax,test}: selinux + molecule_{lint,syntax,test}: git+https://github.com/tyll/selinux-pypi-shim@fulllocation [base] passenv = *