Skip to content

Commit cc65af6

Browse files
author
Jeff
committed
have ci use pytest-3 wrapper
1 parent 3e35937 commit cc65af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local debian_pipeline(name,
6060
pull: 'always',
6161
[if allow_fail then 'failure']: 'ignore',
6262
commands: setup_commands(deps) + before_pytest + [
63-
'PYTHONPATH=. python3 -mpytest -vv --color=yes ' + pytest_opts,
63+
'pytest-3 -vv --color=yes ' + pytest_opts,
6464
]
6565
+ extra_cmds,
6666
},

0 commit comments

Comments
 (0)