Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
90cbfcf969
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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