From 1b2d85d9ccc7d46c878b2c1e23f284f45d1d4eb5 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Fri, 8 Mar 2024 17:35:22 +0100 Subject: [PATCH] CHG: Update requirements for Python 3.12 --- 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