1. 19 9月, 2015 3 次提交
  2. 18 9月, 2015 6 次提交
  3. 17 9月, 2015 9 次提交
  4. 16 9月, 2015 2 次提交
  5. 15 9月, 2015 4 次提交
  6. 14 9月, 2015 1 次提交
  7. 13 9月, 2015 1 次提交
    • H
      setup.py: Set zip_safe flag to false · 43d64f26
      Hao Liu 提交于
      In module avocado.core.plugins.builtin, There is a calling of
      os.listdir() to iterate files in the installed python directory.
      
      If avocado is installed in an .egg file which is compressed, it will
      fail to load because that path does not really exists.
      
      To avoid this failure, this patch set zip_safe to False explicitly.
      So setuptools will install package to a real directory instead of a
      zipped .egg file.
      Signed-off-by: NHao Liu <hliu@redhat.com>
      43d64f26
  8. 11 9月, 2015 7 次提交
  9. 10 9月, 2015 1 次提交
  10. 09 9月, 2015 2 次提交
  11. 08 9月, 2015 2 次提交
  12. 05 9月, 2015 1 次提交
  13. 04 9月, 2015 1 次提交