Skip to content
Snippets Groups Projects

update vlass templates for pimscache python3.10 upgrade

Merged Charlotte Hausman requested to merge update-vlass-python into main
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -90,9 +90,9 @@ class TestDeliveryConveyor:
assert mock_dirs.call_count == 1
assert mock_chown.call_count == 1
assert mock_chmod.call_count == 1
assert mock_move.call_count == 3
assert mock_system.call_count == 3
assert mock_link.call_count == 3
assert mock_move.call_count == 2
assert mock_system.call_count == 2
assert mock_link.call_count == 2
@patch("os.symlink")
def symlink_qa(self, mock_link):
Loading