Skip to content
  • Elias Pipping's avatar
    Tests: Use :sax module on allegro · 8276890d
    Elias Pipping authored
    The :osi module e.g. currently appears to pull in :regexp2 and thus
    :yacc as dependencies. Consequently, any code that uses the :osi
    module (e.g. by calling excl.osi:kill) will have the :osi module
    loaded.
    
    The :sax module, in contrast, is far less likely to be pulled in by
    accident, making test-require more robust on allegro.
    8276890d