Module: check_mk
Branch: master
Commit: ddaf815ad6ed60486fe9a20be967b3ca579e75b7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ddaf815ad6ed60…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed May 23 17:18:44 2018 +0200
Test: Updated pip version
Change-Id: I3655827865ace7e30353873a00cf999f78d4333f
---
tests/integration/omd/test_python.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/integration/omd/test_python.py b/tests/integration/omd/test_python.py
index 17f05ac..f9031d8 100644
--- a/tests/integration/omd/test_python.py
+++ b/tests/integration/omd/test_python.py
@@ -52,7 +52,7 @@ def test_03_pip_interpreter_version(site):
p = site.execute(["pip", "-V"],
stdout=subprocess.PIPE)
version = p.stdout.read()
- assert version.startswith("pip 9.")
+ assert version.startswith("pip 10.")
def test_python_modules(site):