Skip to content

Commit

Permalink
Fix tests for current setuptools version. (#16)
Browse files Browse the repository at this point in the history
Wording has changed again :-(
  • Loading branch information
icemac authored Dec 15, 2023
1 parent af0712e commit ff9e83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zc/recipe/testrunner/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ def setUp(test):
(lambda s: s.replace(
'Please avoid running ``setup.py`` directly.', '')),
(lambda s: s.replace(
'Instead, use pypa/build, pypa/installer, pypa/build or', '')),
(lambda s: s.replace('other standards-based tools.', '')),
'Instead, use pypa/build, pypa/installer or other', '')),
(lambda s: s.replace('standards-based tools.', '')),
(lambda s: s.replace(
'See https://github.com/pypa/setuptools/issues/917 for details.', '')),
(lambda s: s.replace(
Expand Down

0 comments on commit ff9e83d

Please sign in to comment.