1. 03 Jul, 2022 3 commits
  2. 27 Jun, 2022 2 commits
  3. 26 Jun, 2022 1 commit
  4. 21 Jun, 2022 5 commits
  5. 20 Jun, 2022 1 commit
  6. 19 Jun, 2022 6 commits
  7. 18 Jun, 2022 2 commits
  8. 16 Jun, 2022 2 commits
  9. 15 Jun, 2022 6 commits
  10. 14 Jun, 2022 1 commit
  11. 13 Jun, 2022 3 commits
  12. 10 Jun, 2022 3 commits
  13. 09 Jun, 2022 4 commits
  14. 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