Skip to content

Commit

Permalink
Extend the wheel Tag regex in tests to match cp3_10 and cp310
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok authored and abn committed Nov 18, 2020
1 parent d61b964 commit abe9fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/masonry/builders/test_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_wheel_c_extension():
Wheel-Version: 1.0
Generator: poetry {}
Root-Is-Purelib: false
Tag: cp[23]\\d-cp[23]\\dm?u?-.+
Tag: cp[23]_?\\d+-cp[23]_?\\d+m?u?-.+
$""".format(
__version__
),
Expand Down Expand Up @@ -136,7 +136,7 @@ def test_wheel_c_extension_with_no_setup():
Wheel-Version: 1.0
Generator: poetry {}
Root-Is-Purelib: false
Tag: cp[23]\\d-cp[23]\\dm?u?-.+
Tag: cp[23]_?\\d+-cp[23]_?\\d+m?u?-.+
$""".format(
__version__
),
Expand Down Expand Up @@ -193,7 +193,7 @@ def test_wheel_c_extension_src_layout():
Wheel-Version: 1.0
Generator: poetry {}
Root-Is-Purelib: false
Tag: cp[23]\\d-cp[23]\\dm?u?-.+
Tag: cp[23]_?\\d+-cp[23]_?\\d+m?u?-.+
$""".format(
__version__
),
Expand Down

0 comments on commit abe9fe5

Please sign in to comment.