Skip to content

Commit

Permalink
Remove debug statement that is not compatible with 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mreed8855 committed Oct 3, 2024
1 parent b00908f commit d35764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/tests/test_virtualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def exists_side_effect(path):
return False # eth1 does not support SR-IOV

mock_exists.side_effect = exists_side_effect
print(f"exits side effect : {mock_exists.side_effect}")

# Mock open to return values based on the file being opened
# eth0 supports SR-IOV with 4 VFs
# Intel vendor ID for eth0
Expand Down

0 comments on commit d35764b

Please sign in to comment.