]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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>

No differences found