opensearch-project/opensearch-dsl-py

[BUG]CI tests not working as intended. For CI test in each python version, all the python version tests are getting executed.

Closed this issue · 1 comments

What is the bug?

  • For CI test in each python version, all the versions are getting executed. For example if CI test is testing for python 3.8, here in this workflow it is also trying to execute tests for other python version like 2.7, 3.6, 3.7,... within 3.8 test.
  • Test results are not much impacted by this bug. As test for other versions is getting skipped because of missing interpreter.

What is the expected behavior?

CI test should run only for that particular python version.

Do you have any screenshots?

please go through the screenshot below.