Ask Solem 8 سال پیش
والد
کامیت
90cbfcf969
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      t/distro/test_CI_reqs.py

+ 1 - 1
t/distro/test_CI_reqs.py

@@ -32,5 +32,5 @@ def test_all_reqs_enabled_in_tests():
     defined = ci_default | ci_base
     all_extras = _get_all_extras()
     diff = all_extras - defined
-    print('MISSING FROM CI REQS:\n%s' % (pprint.pformat(diff),))
+    print('Missing CI reqs:\n{0}'.format(pprint.pformat(diff)))
     assert not diff