We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e4da9 commit b45aef2Copy full SHA for b45aef2
Makefile
@@ -6,7 +6,7 @@ init:
6
pip install -e '.[dev]'
7
8
test:
9
- pytest --cov samtranslator --cov-report term-missing --cov-fail-under 95 tests/*
+ pytest --cov samtranslator --cov-report term-missing --cov-fail-under 95 -n auto tests/*
10
11
test-cov-report:
12
pytest --cov samtranslator --cov-report term-missing --cov-report html --cov-fail-under 95 tests/*
requirements/dev.txt
@@ -2,6 +2,7 @@ coverage~=5.3
2
flake8~=3.8.4
3
tox~=3.20.1
4
pytest-cov~=2.10.1
5
+pytest-xdist~=1.34.0 # pytest-xdist 2 is not compatible with Python 2.7
pylint>=1.7.2,<2.0
pyyaml~=5.4
0 commit comments