Shayan Doust pushed to branch master at Debian Med / intake
Commits: 9e3cf79c by Shayan Doust at 2020-06-19T17:51:25+01:00 Fix some tests via patch - - - - - 2 changed files: - + debian/patches/fix_tests.patch - + debian/patches/series Changes: ===================================== debian/patches/fix_tests.patch ===================================== @@ -0,0 +1,11 @@ +--- intake.orig/intake/conftest.py ++++ intake/intake/conftest.py +@@ -144,7 +144,7 @@ + if PY2: + cmd = ['python', '-m', 'SimpleHTTPServer', port_as_str] + else: +- cmd = ['python', '-m', 'http.server', port_as_str] ++ cmd = ['python3', '-m', 'http.server', port_as_str] + p = subprocess.Popen(cmd, cwd=os.path.join(here, 'catalog', 'tests')) + url = 'http://localhost:{}/'.format(port_as_str) + timeout = 5 ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +fix_tests.patch View it on GitLab: https://salsa.debian.org/med-team/intake/-/commit/9e3cf79c1b8639228b5241781e3ec1246be8f2b6 -- View it on GitLab: https://salsa.debian.org/med-team/intake/-/commit/9e3cf79c1b8639228b5241781e3ec1246be8f2b6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
