Commit 3e6b92ec authored by Jason R. Coombs's avatar Jason R. Coombs

Update test for Python 2.6 compatibility

parent db165ca6
......@@ -79,4 +79,4 @@ class TestFindPackages(unittest.TestCase):
self._touch('__init__.py', data_dir)
self._touch('file.dat', data_dir)
packages = find_packages(self.dist_dir)
self.assertNotIn('pkg.some.data', packages)
self.assertTrue('pkg.some.data' not in packages)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment