summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/consul/disable-docker-tests.patch
blob: a837a3c64c63922763ef69173aca033ea252b3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/conftest.py b/conftest.py
index 533d99c..c57afd8 100644
--- a/conftest.py
+++ b/conftest.py
@@ -7,11 +7,11 @@ import socket
 import time
 import uuid
 
-import docker
+#import docker
 import pytest
 import requests
-from docker import DockerClient
-from docker.errors import APIError, NotFound
+#from docker import DockerClient
+#from docker.errors import APIError, NotFound
 from requests import RequestException
 
 CONSUL_VERSIONS = ["1.17.3", "1.19.2", "1.20.2"]