Skip to content
Snippets Groups Projects
Commit ba2c9ae3 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix unit tests

parent fddbe159
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y python3-setuptools python3-yaml sudo apt-get install -y python3-setuptools python3-yaml
pip install -U pip setuptools wheel disttools packaging pip install -U pip setuptools wheel disttools packaging build
- name: Alter Version - name: Alter Version
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: | run: |
......
...@@ -30,7 +30,7 @@ dependencies = ["psutil"] ...@@ -30,7 +30,7 @@ dependencies = ["psutil"]
version = {attr = "satella.__version__"} version = {attr = "satella.__version__"}
[project.optional-dependencies] [project.optional-dependencies]
dev = ["pylint", "toml", "requests", "codeclimate-test-reporter"] dev = ["pylint", "toml", "requests", "codeclimate-test-reporter", "opentracing"]
test = ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage"] test = ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage"]
extras = ["requests","pyyaml","toml", "ujson", "cassandra-driver", "opentracing"] extras = ["requests","pyyaml","toml", "ujson", "cassandra-driver", "opentracing"]
......
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