Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Determine a way to sustainably create tests for real world conflicts #10

Closed
pradyunsg opened this issue May 12, 2018 · 2 comments
Closed
Labels
help wanted Would love to get advice to help fix/implement.

Comments

@pradyunsg
Copy link
Owner

Currently, to create a test case for user reports of issues from PyPI, one needs to manually:

  • download packages
  • run commands
  • inspect metadata for dependency information
  • add a line to the test case index

Ideally, there should be a script to automate parts of this flow.

@pradyunsg pradyunsg changed the title Determine a way to sustainably real world conflicts Determine a way to sustainably create tests for real world conflicts May 12, 2018
@pradyunsg
Copy link
Owner Author

Also relevant here -- trying to find interesting cases out of PyPI metadata:

@pradyunsg pradyunsg added the help wanted Would love to get advice to help fix/implement. label Aug 15, 2018
@pradyunsg
Copy link
Owner Author

We solved this w/ resolvelib's pypi_wheel_provider.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Would love to get advice to help fix/implement.
Projects
None yet
Development

No branches or pull requests

1 participant