1. 18 Jun, 2022 2 commits
  2. 16 Jun, 2022 2 commits
  3. 15 Jun, 2022 6 commits
  4. 14 Jun, 2022 1 commit
  5. 13 Jun, 2022 3 commits
  6. 10 Jun, 2022 3 commits
  7. 09 Jun, 2022 4 commits
  8. 08 Jun, 2022 1 commit
    • Correct URL in test_parse_dependency_specification · 62b24c79
      The URL path is used by `mock_download` to determine the path relative
      to the fixtures directory to get the download result.
      
      I believe this has been passing on CI because the `copy_or_symlink` call
      in `mock_download` happily creates a symlink to a non-existent path, but
      when running on Windows without permission to create symlinks,
      `shutil.copyfile` is called as a fallback, and fails trying to copy a
      non-existent file.
      Paul "Hampy" Hampson committed
  9. 07 Jun, 2022 1 commit
  10. 06 Jun, 2022 8 commits
  11. 05 Jun, 2022 3 commits
  12. 04 Jun, 2022 6 commits