From d893d74b0c4180cdb8b3381396a11be23c29f897 Mon Sep 17 00:00:00 2001
From: Felix Goding <felgo673@student.liu.se>
Date: Tue, 3 Mar 2020 12:37:38 +0100
Subject: [PATCH] Update setup.py

---
 setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 8dc782c8..43d55d40 100644
--- a/setup.py
+++ b/setup.py
@@ -71,9 +71,7 @@ setuptools.setup(
     install_requires = [
         "pybind11>=2.3.0",
         "numpy",
-        "install_qt_binding",
-        "pytest==5.3.4",
-        "pytest-cov==2.8.1"
+        "install_qt_binding"
     ],
     packages = ["b_asic"],
     ext_modules = [CMakeExtension("b_asic")],
-- 
GitLab