##// END OF EJS Templates
hghave: list the module needed for the `vcr` check...
Matt Harbison -
r47122:66e8e279 default
parent child Browse files
Show More
@@ -1034,7 +1034,7 b' def has_sqlite():'
1034 return matchoutput('sqlite3 -version', br'^3\.\d+')
1034 return matchoutput('sqlite3 -version', br'^3\.\d+')
1035
1035
1036
1036
1037 @check('vcr', 'vcr http mocking library')
1037 @check('vcr', 'vcr http mocking library (pytest-vcr)')
1038 def has_vcr():
1038 def has_vcr():
1039 try:
1039 try:
1040 import vcr
1040 import vcr
General Comments 0
You need to be logged in to leave comments. Login now