Skip to content
Snippets Groups Projects
  1. Mar 29, 2022
  2. Mar 28, 2022
  3. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · d273b070
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      d273b070
  4. Mar 07, 2022
  5. Mar 03, 2022
  6. Feb 16, 2022
  7. Feb 14, 2022
  8. Feb 11, 2022
  9. Feb 10, 2022
  10. Feb 07, 2022
  11. Jan 12, 2022
  12. Jan 11, 2022
  13. Jan 10, 2022
  14. Dec 16, 2021
  15. Dec 13, 2021
  16. Nov 23, 2021
  17. Nov 19, 2021
  18. Oct 26, 2021
    • Antoine Lambert's avatar
      search: Ensure CodeMeta dates are properly formatted · edb812ab
      Antoine Lambert authored
      Some date values that can be found in codemeta.json files (dateCreated,
      dateModified, datePublished) might be in a format not parsable by
      elasticsearch which prevents successfull update of origin intrinsic
      metadata in elasticsearch indices.
      
      For instance, the date 2021-7-23 cannot be parsed by elasticsearch
      as it expects 2021-07-23 instead.
      
      So ensure to properly format CodeMeta dates to avoid such indexing
      errors.
      edb812ab
  19. Sep 29, 2021
  20. Sep 28, 2021
Loading