From 6a0e832c35a3b3f752df75272f31efb3fede3f9c Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Tue, 24 Jul 2018 22:09:49 +0200 Subject: lint and skip rabbitmq --- .gitlab-ci.yml | 4 ++-- snekbox.py | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b71142..4591929 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ variables: services: - docker:dind - - name: rabbitmq:3.7.5-alpine - alias: rabbit +# - name: rabbitmq:3.7.5-alpine +# alias: rabbit stages: diff --git a/snekbox.py b/snekbox.py index f74095b..ddde563 100644 --- a/snekbox.py +++ b/snekbox.py @@ -47,11 +47,11 @@ class Snekbox(object): self.python_binary, '-ISq', '-c', cmd] try: proc = subprocess.Popen(args, - stdin=subprocess.PIPE, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, - env=self.env, - universal_newlines=True) + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + env=self.env, + universal_newlines=True) except ValueError: return 'ValueError: embedded null byte' -- cgit v1.2.3