Skip to content

Commit 2aa30f4

Browse files
author
Joel Collins
committed
Removed pytest-xdist
1 parent f7544e3 commit 2aa30f4

File tree

3 files changed

+2
-69
lines changed

3 files changed

+2
-69
lines changed

poetry.lock

Lines changed: 1 addition & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ black = {version = "^19.10b0",allow-prereleases = true}
2121
pytest-cov = "^2.8.1"
2222
numpy = "^1.18.2"
2323
jsonschema = "^3.2.0"
24-
pytest-xdist = "^1.31.0"
2524

2625
[tool.black]
2726
exclude = '(\.eggs|\.git|\.venv)'

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = -n 3 --cov-report term-missing --cov=labthings --cov-report html --cov-report xml
2+
addopts = --cov-report term-missing --cov=labthings --cov-report html --cov-report xml

0 commit comments

Comments
 (0)