File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def test_pep600_compliance():
69
69
"lib_whitelist" : ["libgcc_s.so.1" , "libstdc++.so.6" ],
70
70
}])
71
71
72
- with pytest .raises (ValueError , match = "manylinux2010_i686.*CXXABI.*1.3.2" ):
72
+ with pytest .raises (ValueError , match = r "manylinux2010_i686.*CXXABI.*1.3.2" ):
73
73
_validate_pep600_compliance ([{
74
74
"name" : "manylinux1" , "priority" : 100 , "symbol_versions" : {
75
75
"i686" : {"CXXABI" : ["1.3" , "1.3.2" ]},
@@ -82,7 +82,7 @@ def test_pep600_compliance():
82
82
"lib_whitelist" : ["libgcc_s.so.1" , "libstdc++.so.6" ],
83
83
}])
84
84
85
- with pytest .raises (ValueError , match = "manylinux2010.*libstdc\+\+\.so\.6" ):
85
+ with pytest .raises (ValueError , match = r "manylinux2010.*libstdc\+\+\.so\.6" ):
86
86
_validate_pep600_compliance ([{
87
87
"name" : "manylinux1" , "priority" : 100 , "symbol_versions" : {
88
88
"i686" : {"CXXABI" : ["1.3" ]},
You can’t perform that action at this time.
0 commit comments