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

WIP: Don't use tox in unittests

parent e072158b
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!73F pipeline python versions
Pipeline #29714 failed
......@@ -61,13 +61,9 @@ unittest_py3.8:
image: python:3.8
script: &python_test_script
- touch ~/.pycaosdb.ini
- cd unittests/docker
- cp sources.list.local /etc/apt/
- mv /etc/apt/sources.list /etc/apt/sources.list.orig
- cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list
- apt-get update && apt-get install -y tox
- cd ../..
- make unittest
- pip install pytest
- pip install .
- python -m pytest unittests
# Trigger building of server image and integration tests
trigger_build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment