[Checkins] SVN: zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py We need test extras; I hope if they do not exist they will be ignored.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Oct 5 21:07:40 EDT 2007


Log message for revision 80679:
  We need test extras; I hope if they do not exist they will be ignored.
  

Changed:
  U   zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py

-=-
Modified: zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py
===================================================================
--- zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py	2007-10-06 01:02:28 UTC (rev 80678)
+++ zc.mirrorcheeseshopslashsimple/trunk/src/zc/mirrorcheeseshopslashsimple.py	2007-10-06 01:07:40 UTC (rev 80679)
@@ -186,7 +186,8 @@
     # Create the data dictionary
     data = {
         'index_url': index_url,
-        'tested-packages': '\n    '.join([p for (p, v, t) in packages if t]),
+        'tested-packages': '\n    '.join(
+            [p + ' [test]' for (p, v, t) in packages if t]),
         'versions': '\n'.join([p + ' = ' + v for (p, v, t) in packages])
         }
 



More information about the Checkins mailing list