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():
6969 "lib_whitelist" : ["libgcc_s.so.1" , "libstdc++.so.6" ],
7070 }])
7171
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" ):
7373 _validate_pep600_compliance ([{
7474 "name" : "manylinux1" , "priority" : 100 , "symbol_versions" : {
7575 "i686" : {"CXXABI" : ["1.3" , "1.3.2" ]},
@@ -82,7 +82,7 @@ def test_pep600_compliance():
8282 "lib_whitelist" : ["libgcc_s.so.1" , "libstdc++.so.6" ],
8383 }])
8484
85- with pytest .raises (ValueError , match = "manylinux2010.*libstdc\+\+\.so\.6" ):
85+ with pytest .raises (ValueError , match = r "manylinux2010.*libstdc\+\+\.so\.6" ):
8686 _validate_pep600_compliance ([{
8787 "name" : "manylinux1" , "priority" : 100 , "symbol_versions" : {
8888 "i686" : {"CXXABI" : ["1.3" ]},
You can’t perform that action at this time.
0 commit comments