From 049cd159ce97508b4c6a8266c9e2bb626165d00e Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <paulus@paulusschoutsen.nl>
Date: Thu, 17 Sep 2015 00:44:22 -0700
Subject: [PATCH] Fix dev dependency pytest

---
 script/bootstrap_server | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/bootstrap_server b/script/bootstrap_server
index 431bec35497..c68e198c014 100755
--- a/script/bootstrap_server
+++ b/script/bootstrap_server
@@ -7,4 +7,4 @@ echo "Installing dependencies..."
 python3 -m pip install --upgrade -r requirements_all.txt
 
 echo  "Installing development dependencies.."
-python3 -m pip install --upgrade flake8 pylint coveralls py.test
+python3 -m pip install --upgrade flake8 pylint coveralls pytest
-- 
GitLab