Change-Id: I6f02f0137798c0d282550f8bbaa44cd499d4fefa
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
# License for the specific language governing permissions and limitations
# under the License.
-OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
-printf "$OUTPUT"
+echo "Launching tox"
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto
+
subprocess.call([sys.executable, "-m", "pip", "install", package])
def run(self):
- self.pipinstall('pyang')
- self.pipinstall('pyangbind')
+ self.pipinstall('pyang==2.5.2')
+ self.pipinstall('pyangbind==0.8.1')
import pyangbind
print("Using dir {}/{} for python artifacts".format(os.getcwd(), self.im_dir))
path = "{}/{}".format(os.getcwd(), self.im_dir)
passenv = HOME
deps = -r{toxinidir}/requirements.txt
skip_install = true
+parallel_show_output = true
#######################################################################################