]> git.notmuchmail.org Git - notmuch/commit
configure: check for pytest with python -m pytest
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Mon, 3 Aug 2020 15:40:55 +0000 (22:40 +0700)
committerDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 18:58:59 +0000 (15:58 -0300)
commite4c4cc1b34cfaa6d7b96053644fa821878a67c56
treefde2b778eff7948aba9fe2e1a2844203eebe3f37
parent0e4695abaa7bda20d92813571ad53fb141f3e38c
configure: check for pytest with python -m pytest

On different distro, pytest is suffixed with different patterns.

On the other hand, `python3-pytest' could be invoked correctly,
via `python3 -m pytest', the latter is used by our tests, now.

Switch to `$python -m pytest` to fix address all incompatible naming.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
configure