diff --git a/tox.ini b/tox.ini
index 8212226eef2759c1864a86b8a3ad8f926480db4a..f62405ef11810c6a2c8e6ee656b562f7c4bd0385 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]