Skip to content
Snippets Groups Projects
Commit 760b1a89 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Update unittest dependencies

parent ddbbae4d
Branches
Tags
2 merge requests!143Release 0.15.0,!132Add Python 3.12 to tests
Checking pipeline status
...@@ -62,7 +62,7 @@ unittest_py3.7: ...@@ -62,7 +62,7 @@ unittest_py3.7:
script: &python_test_script script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here # Python docker has problems with tox and pip so use plain pytest here
- touch ~/.pylinkahead.ini - touch ~/.pylinkahead.ini
- pip install nose pytest pytest-cov python-dateutil jsonschema>=4.4.0 - pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install . - pip install .
- python -m pytest unittests - python -m pytest unittests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment