[Python-checkins] distutils2: removing paf file
tarek.ziade
python-checkins at python.org
Sun Jan 30 15:12:28 CET 2011
tarek.ziade pushed 7bec701455f1 to distutils2:
http://hg.python.org/distutils2/rev/7bec701455f1
changeset: 979:7bec701455f1
tag: tip
user: Tarek Ziade <tarek at ziade.org>
date: Sun Jan 30 15:12:22 2011 +0100
summary:
removing paf file
files:
distutils2/tests/test_index_dist.py
diff --git a/distutils2/tests/test_index_dist.py b/distutils2/tests/test_index_dist.py
--- a/distutils2/tests/test_index_dist.py
+++ b/distutils2/tests/test_index_dist.py
@@ -166,6 +166,7 @@
there = dist.unpack(here)
result = os.listdir(there)
self.assertIn('paf', result)
+ os.remove('paf')
def test_hashname(self):
# Invalid hashnames raises an exception on assignation
--
Repository URL: http://hg.python.org/distutils2
More information about the Python-checkins
mailing list