Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-6100

[RHEL-9.2/fabtests] ModuleNotFoundError: No module named 'retrying'

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-9.2.0
    • fabtests
    • None
    • Important
    • sst_network_drivers
    • ssg_networking
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • If docs needed, set a value
    • None

      Description of problem:

      Version-Release number of selected component (if applicable):
      $ rpm -q fabtests
      fabtests-1.17.0-2.el9.x86_64

      How reproducible:
      Always

      Steps to Reproduce:
      1. $ /usr/bin/runfabtests.py psm3 ${server_ip} ${client_ip}
      2.
      3.

      Actual results:
      All tests failed for ModuleNotFoundError: No module named 'retrying'.

      A failed test case:

      default/test_unexpected_msg.py:6: in test_unexpected_msg
      from common import ClientServerTest
      common.py:7: in <module>
      from retrying import retry
      E ModuleNotFoundError: No module named 'retrying'

      Expected results:
      No such error, python module named 'retrying' can be installed along with fabtests .

      Additional info:
      A workaround is to install 'retrying' manually, then run the tests.
      $ dnf install -y pip
      $ pip install retrying
      Collecting retrying
      Downloading retrying-1.3.4-py3-none-any.whl (11 kB)
      Requirement already satisfied: six>=1.7.0 in /usr/lib/python3.9/site-packages (from retrying) (1.15.0)
      Installing collected packages: retrying
      Successfully installed retrying-1.3.4

            mschmidt@redhat.com Michal Schmidt
            rhn-support-zguo Zhaojuan Guo
            Kamal Heib Kamal Heib
            infiniband-qe infiniband-qe infiniband-qe infiniband-qe
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: