Skip to content

Commit 0f1916f

Browse files
committed
🐛 fix(copier.yaml): add pytest-xdist to copier.yaml
1 parent f237961 commit 0f1916f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

copier.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ tox:
146146
default: true
147147
help: Do you want to use Tox?
148148

149+
pytest_xdist:
150+
type: bool
151+
default: false
152+
help: Do you want to use pytest-xdist?
153+
149154
coverage_threshold:
150155
type: int
151156
default: 100

0 commit comments

Comments
 (0)