Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc081be

Browse files
committed
Limit the number of workers with pytest-xdist
The pypy jobs on Travis never seem to pass with -nauto so let's specifya reasonable value.
1 parentd06cb21 commitfc081be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ commands =
7777
python setup.py check -r -s
7878

7979
[pytest]
80-
addopts = -q --durations=10 -nauto
80+
addopts = -q --durations=10 -d -n4
8181
norecursedirs = *.egg .git .* _*
8282

8383
[doc8]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp