From 6880c85c46e4e5bf9d59bcee762bb5e0e2ef48e1 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Mon, 18 Mar 2024 20:51:25 +0100
Subject: [PATCH] Add pynose to test requirements

- Replaces nose
---
 tox.ini | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 8212226e..f62405ef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,14 @@
 [tox]
-envlist=py37, py38, py39, py310, py311
+envlist=py37, py38, py39, py310, py311, py312
 skip_missing_interpreters = true
 
 [testenv]
 deps = .
-    nose
+    pynose
     pytest
     pytest-cov
     jsonschema>=4.4.0
+    setuptools
 commands=py.test --cov=caosdb -vv {posargs}
 
 [flake8]
-- 
GitLab