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

fix pyproject.toml

parent 27b1d80d
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ commands: ...@@ -12,7 +12,7 @@ commands:
- run: - run:
command: | command: |
pip install -r requirements.txt pip install -r requirements.txt
pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py opentracing pip install -U pytest-xdist pytest-cov pytest pytest-forked pluggy py
pip install . pip install .
unit_test: unit_test:
description: Run the unit tests description: Run the unit tests
......
...@@ -99,7 +99,7 @@ disable = ''' ...@@ -99,7 +99,7 @@ disable = '''
[tool.coverage.run] [tool.coverage.run]
branch = true branch = true
source = ["satella"] source = ["satella"]
concurrency = "thread" concurrency = ["thread"]
omit= [ omit= [
"tests/*", "tests/*",
".eggs/*", ".eggs/*",
......
...@@ -2,3 +2,4 @@ psutil ...@@ -2,3 +2,4 @@ psutil
pyyaml pyyaml
toml toml
requests requests
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