Skip to content

Commit da128a2

Browse files
committed
Clean up pytest execution
1 parent 2907db4 commit da128a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def standalone_tests(c, uvloop=False, protocol=2, profile=False, redis_mod_url=N
6161
)
6262
else:
6363
run(
64-
f"pytest -vvv {profile_arg} --protocol={protocol} {redis_mod_url} --cov=./ --cov-report=xml:coverage_resp{protocol}.xml -m 'not onlycluster and not graph' --junit-xml=standalone-resp{protocol}-results.xml",
65-
echo=True,
64+
f"pytest {profile_arg} --protocol={protocol} {redis_mod_url} --cov=./ --cov-report=xml:coverage_resp{protocol}.xml -m 'not onlycluster and not graph' --junit-xml=standalone-resp{protocol}-results.xml"
6665
)
6766

6867

0 commit comments

Comments
 (0)