mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +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-timeout \
|
||||||
pytest-xdist \
|
pytest-xdist \
|
||||||
pytz \
|
pytz \
|
||||||
|
pyyaml==5.3.1 \
|
||||||
redis \
|
redis \
|
||||||
requests-kerberos \
|
requests-kerberos \
|
||||||
tzlocal==2.1 \
|
tzlocal==2.1 \
|
||||||
|
@ -18,7 +18,7 @@ import docker_server as ds
|
|||||||
|
|
||||||
class TestDockerImageCheck(unittest.TestCase):
|
class TestDockerImageCheck(unittest.TestCase):
|
||||||
docker_images_path = os.path.join(
|
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):
|
def test_get_changed_docker_images(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user