mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-09 19:56:58 +01:00
https://github.com/criteo/py-consul/releases/tag/v1.7.0 https://github.com/criteo/py-consul/releases/tag/v1.7.1
19 lines
479 B
Diff
19 lines
479 B
Diff
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"]
|