nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at haskell-updates 19 lines 479 B view raw
1diff --git a/conftest.py b/conftest.py 2index 533d99c..c57afd8 100644 3--- a/conftest.py 4+++ b/conftest.py 5@@ -7,11 +7,11 @@ import socket 6 import time 7 import uuid 8 9-import docker 10+#import docker 11 import pytest 12 import requests 13-from docker import DockerClient 14-from docker.errors import APIError, NotFound 15+#from docker import DockerClient 16+#from docker.errors import APIError, NotFound 17 from requests import RequestException 18 19 CONSUL_VERSIONS = ["1.17.3", "1.19.2", "1.20.2"]