Skip to content

Commit 202ec32

Browse files
authored
Merge pull request #83 from majestrate/pytest-hacks-2022-03-08
pytest cosmetic fixes
2 parents 5741b41 + cc65af6 commit 202ec32

File tree

2 files changed

+1
-1
lines changed

2 files 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
},
File renamed without changes.

0 commit comments

Comments
 (0)