IBM / watson-assistant-workbench

Framework for maintaining Watson Assistant data in github repository with bundle of tools for generating, testing and uploading. Travis: https://travis-ci.com/IBM/watson-assistant-workbench. Artifactory (will be deleted after 25 Nov 2019): https://na.artifactory.swg-devops.com/artifactory/webapp/#/artifacts/browse/tree/General/iot-waw-trevis-generic-local.
Apache License 2.0
16 stars 25 forks source link

Hotfix master after pytest default logging change #343

Closed Tereza-Pytelova closed 5 years ago

Tereza-Pytelova commented 5 years ago

With new version of pytest (change of default logging, https://docs.pytest.org/en/latest/changelog.html) master starts to fail.

E               assert "CRITICAL only one combination of parameters can be set, combination already set: '['parameterNameC']', another argument set: 'parameterNameA'" in "INFO     common.cfgCommons:cfgCommons.py:30 cfg.__init__\nCRITICAL common.wawCommons:wawCommons.py:400 only one combination of parameters can be set, combination already set: '['parameterNameC']', another argument set: 'parameterNameA'\n"

This will be fixed after new release with issue #319 , for now hotfix it by setting pytest version in requirements_dev.txt to 4.4

Tereza-Pytelova commented 5 years ago

Merged.