1. 02 Jun, 2020 1 commit
    • fix: Gracefully handle read-only sdists · d22afa9d
      For a package without dependencies in pypi's database, like p4python,
      the sdist is required.  The problem is p4python was developed in
      perforce where all files are read-only by default and deleting the temp
      directory fails.
      
      So we need to use the custom-built temp directory and specially handle
      read-only files to be able to use p4python in poetry.
      
      Fixes #520
      Ed Page committed
  2. 01 Jun, 2020 2 commits
  3. 29 May, 2020 1 commit
  4. 26 May, 2020 1 commit
  5. 21 May, 2020 1 commit
  6. 13 May, 2020 1 commit
  7. 10 May, 2020 2 commits
  8. 09 May, 2020 3 commits
  9. 25 Apr, 2020 1 commit
  10. 22 Apr, 2020 1 commit
  11. 21 Apr, 2020 1 commit
  12. 20 Apr, 2020 1 commit
  13. 14 Apr, 2020 2 commits
  14. 13 Apr, 2020 1 commit
  15. 12 Apr, 2020 5 commits
  16. 09 Apr, 2020 1 commit
  17. 06 Apr, 2020 3 commits
  18. 05 Apr, 2020 1 commit
  19. 02 Apr, 2020 1 commit
    • Speed up tests (#2257) · bf331a54
      When testing the behavior for git packages with a setup.py file, the Provider class would create a temporary virtual environment and execute python setup.py egg_info. Both actions are costly and take time. By mocking them, we can reduce the tests time by a factor of 4 or 5.
      Sébastien Eustace committed
  20. 01 Apr, 2020 1 commit
  21. 29 Mar, 2020 5 commits
  22. 27 Mar, 2020 1 commit
  23. 26 Mar, 2020 2 commits
  24. 20 Mar, 2020 1 commit