From e01744d75baa7e7c290c6f8b5f069731fe3e3101 Mon Sep 17 00:00:00 2001
From: Lukas Kluft <lukas.kluft@gmail.com>
Date: Tue, 16 Aug 2022 15:41:29 +0200
Subject: [PATCH] Add pytest to requirements.txt

---
 .gitlab-ci.yml   | 1 -
 requirements.txt | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f3de15..9c4a435 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ pytest:
   stage: test
   before_script:
     - python3 -m pip install -r requirements.txt
-    - python3 -m pip install pytest
   script:
     - pytest --doctest-modules --junitxml=report.xml
   artifacts:
diff --git a/requirements.txt b/requirements.txt
index 6bad103..f651ca5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,3 @@
 numpy
+pytest
 scipy
-- 
GitLab