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

fix CC

parent 2bf35e7b
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ version = { attr = "satella.__version__" } ...@@ -32,7 +32,7 @@ version = { attr = "satella.__version__" }
[project.optional-dependencies] [project.optional-dependencies]
dev = ["pylint", "toml", "requests", "codeclimate-test-reporter", "opentracing"] dev = ["pylint", "toml", "requests", "codeclimate-test-reporter", "opentracing"]
# at most coverage 4.3 can be used because CodeClimate's test reporter is a bit stupid # at most coverage 4.3 can be used because CodeClimate's test reporter is a bit stupid
test = ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage<4.4"] test = ["pytest-cov", "pytest-xdist<=1.34.0", "pytest", "pytest-forked", "pluggy", "py", "coverage<4.4"]
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