Commit 55a271e 1 parent 5e756e0 commit 55a271e Copy full SHA for 55a271e
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,17 @@ commands =
22
22
python -m pytest {posargs} -n auto \
23
23
{toxinidir}/tests \
24
24
--ignore ={toxinidir}/tests/kafka \
25
- --ignore ={toxinidir}/tests/parallel
25
+ --ignore ={toxinidir}/tests/parallel \
26
+ --ignore ={toxinidir}/tests/grpc/test_interceptor.py
26
27
# kafka and parallel tests are failing for macos when running in parallel
27
28
# with the entire test suite. So, we run them separately.
29
+ # Also, we run the grpc interceptor test separately because
30
+ # other tests will interfere with the metrics counter when
31
+ # running in parallel.
28
32
python -m pytest {posargs} \
29
33
{toxinidir}/tests/kafka \
30
- {toxinidir}/tests/parallel
34
+ {toxinidir}/tests/parallel \
35
+ {toxinidir}/tests/grpc/test_interceptor.py
31
36
set_env =
32
37
GITHUB_SERVER_URL = {env:GITHUB_SERVER_URL:https\://github.com}
33
38
GITHUB_REPOSITORY = {env:GITHUB_REPOSITORY:SeldonIO/MLServer}
You can’t perform that action at this time.
0 commit comments