mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #52869 from ClickHouse/docker-improvements
Docker improvements
This commit is contained in:
commit
dba636a7dc
@ -95,6 +95,7 @@ RUN python3 -m pip install --no-cache-dir \
|
||||
pytest-timeout \
|
||||
pytest-xdist \
|
||||
pytz \
|
||||
pyyaml==5.3.1 \
|
||||
redis \
|
||||
requests-kerberos \
|
||||
tzlocal==2.1 \
|
||||
|
@ -18,7 +18,7 @@ import docker_server as ds
|
||||
|
||||
class TestDockerImageCheck(unittest.TestCase):
|
||||
docker_images_path = os.path.join(
|
||||
os.path.dirname(__file__), "tests/docker_images.json"
|
||||
os.path.dirname(__file__), "tests/docker_images_for_tests.json"
|
||||
)
|
||||
|
||||
def test_get_changed_docker_images(self):
|
||||
|
Loading…
Reference in New Issue
Block a user