1. 29 Apr, 2020 2 commits
    • Arnaud Fontaine's avatar
      stack/erp5: SOFTWARE_HOME was incorrectly set to Zope2.egg/Zope2. · 701eeb0b
      Arnaud Fontaine authored
      As SOFTWARE_HOME is added at the top of sys.path, this meant that Zope2.egg/Zope2
      ended up at the top of sys.path:
        * This broke `imp.find_module('App')` and Pylint (`No name 'Extensions' in
          module 'App' (no-name-in-module)`) because there are `App` modules in both
          Zope2.egg/Zope2/ and Zope2.egg/ and the former was returned.
        * "Normal" instances and Products.ERP5Type.tests.runUnitTest properly set up
          SOFTWARE_HOME to Zope2.egg/.
      
      Additionally, according to Zope2/Testing documentation, SOFTWARE_HOME is only
      needed to find Zope2.egg/Testing module, already available as Zope2.egg is in
      sys.path.
      701eeb0b
    • Łukasz Nowak's avatar
      69cb4b3c
  2. 28 Apr, 2020 3 commits
  3. 27 Apr, 2020 16 commits
  4. 26 Apr, 2020 1 commit
  5. 25 Apr, 2020 1 commit
  6. 24 Apr, 2020 17 commits