Reduce regex use when not necessary

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Tzu-ping Chung 2020-06-18 17:15:58 +08:00 committed by GitHub
parent 9a2527ad09
commit fd3a785018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ cases:
- state: null
error:
code: 1
stderr: 'version\s+that\s+satisfies\s+the\s+requirement'
stderr: 'version that satisfies the requirement'
skip: old
# -- the new resolver tells:
# Could not find a version that satisfies the requirement six==1.8.2