drop dependency on ancient mock (#3074)

This commit is contained in:
Alexandre Detiste
2024-06-12 10:47:18 +02:00
committed by GitHub
parent 1ed207cbf0
commit dc7ba3fe15
36 changed files with 43 additions and 52 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import unittest
from unittest.mock import Mock, patch
from mock import Mock, patch
from patroni.async_executor import AsyncExecutor, CriticalTask
from threading import Thread