File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ def standalone_tests(
58
58
59
59
if uvloop :
60
60
run (
61
- f"pytest { profile_arg } --protocol={ protocol } { redis_mod_url } --ignore=tests/test_scenario --cov=./ --cov-report=xml:coverage_resp{ protocol } _uvloop.xml -m 'not onlycluster{ extra_markers } ' --uvloop --junit-xml=standalone-resp{ protocol } -uvloop-results.xml"
61
+ f"pytest { profile_arg } --protocol={ protocol } { redis_mod_url } --ignore=tests/test_scenario --ignore=tests/test_asyncio/test_scenario -- cov=./ --cov-report=xml:coverage_resp{ protocol } _uvloop.xml -m 'not onlycluster{ extra_markers } ' --uvloop --junit-xml=standalone-resp{ protocol } -uvloop-results.xml"
62
62
)
63
63
else :
64
64
run (
65
- f"pytest { profile_arg } --protocol={ protocol } { redis_mod_url } --ignore=tests/test_scenario --cov=./ --cov-report=xml:coverage_resp{ protocol } .xml -m 'not onlycluster{ extra_markers } ' --junit-xml=standalone-resp{ protocol } -results.xml"
65
+ f"pytest { profile_arg } --protocol={ protocol } { redis_mod_url } --ignore=tests/test_scenario --ignore=tests/test_asyncio/test_scenario -- cov=./ --cov-report=xml:coverage_resp{ protocol } .xml -m 'not onlycluster{ extra_markers } ' --junit-xml=standalone-resp{ protocol } -results.xml"
66
66
)
67
67
68
68
You can’t perform that action at this time.
0 commit comments