Skip to content
Snippets Groups Projects
Commit bbcf9193 authored by florian's avatar florian
Browse files

TST: Re-introduce python 3.7 to tox

parent 5840886e
No related branches found
No related tags found
2 merge requests!93Release 0.11.0,!91F py37
...@@ -171,7 +171,7 @@ def setup_package(): ...@@ -171,7 +171,7 @@ def setup_package():
"Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Information Analysis",
], ],
packages=find_packages('src'), packages=find_packages('src'),
python_requires='>=3.8', python_requires='>=3.7',
package_dir={'': 'src'}, package_dir={'': 'src'},
install_requires=['lxml>=4.6.3', install_requires=['lxml>=4.6.3',
"requests[socks]>=2.26", "requests[socks]>=2.26",
......
[tox] [tox]
envlist=py38, py39, py310, py311 envlist=py37, py38, py39, py310, py311
skip_missing_interpreters = true skip_missing_interpreters = true
[testenv] [testenv]
...@@ -7,7 +7,7 @@ deps = . ...@@ -7,7 +7,7 @@ deps = .
nose nose
pytest pytest
pytest-cov pytest-cov
jsonschema==4.0.1 jsonschema>=4.4.0
commands=py.test --cov=caosdb -vv {posargs} commands=py.test --cov=caosdb -vv {posargs}
[flake8] [flake8]
......
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