Skip to content

Test repository to illustrate bad conflict resolution

Notifications You must be signed in to change notification settings

Rizhiy/pip-conflicts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pip-conflicts

Test repository to illustrate bad conflict resolution

How to reproduce

  1. Install good
pip install -e . -c req_good.txt

Optionally, verify that all required packages have their exact version specified:

pip freeze > req_current.txt
diff req_good.txt req_current.txt
  1. Try to update with different
pip install -e . -c req_bad.txt

This takes way too much time on my machine (it hasn't finished after 3 minutes). Check that only one requirement has different version in new file:

diff req_good.txt req_bad.txt

This should not take that much time to figure out.

About

Test repository to illustrate bad conflict resolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages