aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-02 21:57:00 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-02 21:57:00 +0200
commit3da2e3ab21b467b4a2e52fc8bae0a7ba66e98909 (patch)
treeb2115c4aa08a719051b4429876f0ec869024e40b
parenthandle autodiscover better, find the python executable automatically, log err... (diff)
remove commented out code [ci skip]
-rw-r--r--tests/test_snekbox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_snekbox.py b/tests/test_snekbox.py
index d7fa91a..f22e25f 100644
--- a/tests/test_snekbox.py
+++ b/tests/test_snekbox.py
@@ -8,7 +8,6 @@ from rmq import Rmq
r = Rmq()
-#python_binary = os.environ.get('PYTHONEXECUTABLE', '/usr/bin/python3.6')
nsjail = os.sep.join([os.getcwd(), f'binaries{os.sep}nsjail2.6-ubuntu-x86_64'])
snek = Snekbox(nsjail_binary=nsjail)