Skip to content

Commit

Permalink
Merge branch 'pr/update-tests' into four-point-oh
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Nov 10, 2023
2 parents 1a41f82 + a2f9fff commit bd18e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def check_release_key_values(self, data, library):
v = [v]
for plat in v:
self.assertRegex(plat,
r"^(\*|(osx|linux|windows)(-(x(32|64))|arm64)?)$")
r"^(\*|(osx|linux|windows)(-(x(32|64)|arm64))?)$")

self.assertCountEqual(v, list(set(v)),
"Specifying the same platform multiple times is redundant")
Expand Down

0 comments on commit bd18e73

Please sign in to comment.