def test_non_egg_dir_named_egg(self, target_dir): dists = pkg_resources.find_distributions(target_dir) assert not list(dists)