diff -r f25c770c217b -r 66e8e279133b tests/hghave.py --- a/tests/hghave.py Tue Jan 26 00:19:36 2021 +0100 +++ b/tests/hghave.py Tue Jan 26 17:25:30 2021 -0500 @@ -1034,7 +1034,7 @@ return matchoutput('sqlite3 -version', br'^3\.\d+') -@check('vcr', 'vcr http mocking library') +@check('vcr', 'vcr http mocking library (pytest-vcr)') def has_vcr(): try: import vcr