From 00764580238d2848f1f485b0487ebeb86598396a Mon Sep 17 00:00:00 2001
From: Your Name <stephan.seitz@fau.de>
Date: Mon, 2 Sep 2019 10:10:04 +0200
Subject: [PATCH] Re-add `test_requires`

---
 setup.cfg | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 510a252..984b9c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,6 +35,14 @@ install_requires =
     pystencils>=0.2.7
     jinja2
 # The usage of test_requires is discouraged, see `Dependency Management` docs
+test_requires =
+    pytest
+    pytest
+    pytest-html
+    ansi2html
+    pytest-cov
+    tensorflow
+    torch
 # Require a specific Python version, e.g. Python 2.7 or >= 3.4
 # python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
 
-- 
GitLab