We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e35937 commit cc65af6Copy full SHA for cc65af6
.drone.jsonnet
@@ -60,7 +60,7 @@ local debian_pipeline(name,
60
pull: 'always',
61
[if allow_fail then 'failure']: 'ignore',
62
commands: setup_commands(deps) + before_pytest + [
63
- 'PYTHONPATH=. python3 -mpytest -vv --color=yes ' + pytest_opts,
+ 'pytest-3 -vv --color=yes ' + pytest_opts,
64
]
65
+ extra_cmds,
66
},
0 commit comments