Skip to content
Snippets Groups Projects
Commit 16321f8e authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Remove nose from tox.ini + add py312

parent eadcadb1
No related branches found
No related tags found
1 merge request!76Resolve "Remove nose.tools dependency"
Pipeline #49509 failed
[tox]
envlist=py37, py38, py39, py310, py311
envlist=py37, py38, py39, py310, py311, py312
skip_missing_interpreters = true
[pycodestyle]
......@@ -12,12 +12,13 @@ max-line-length=100
setenv = PASSWORD_STORE_DIR = {env:HOME}/.password-store
passenv = PYCAOSDBINI
deps=pytest
nose
pytest-cov
python-dateutil
setuptools
jsonschema
commands_pre=pip install ../caosdb-pylib/
python --version
python -c "import caosdb; print(caosdb.version.version)"
python -c "import linkahead; print(linkahead.version.version)"
# Add "-x" to stop at first error.
commands=pytest --cov=caosdb -vv {posargs}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment