You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: change deps installation method in unit tests (#258)
Currently in unit tests we install dependencies from
requirements_dev.txt file, exported by poetry.
The problem is that this requirements_dev.txt file contains environment
markers with supported versions of pythons - this format causes pip to
exit silently ans setup step is successful - job is failing later on
run-test step which is unexpected.
Changed installation method to `poetry install`
Tests:
splunk/splunk-add-on-for-google-workspace#547splunk/splunk-add-on-for-amazon-web-services#1221
0 commit comments