Most of the tests in tests/functional/test_install_cleanup.py aren't testing anything #2640
Labels
auto-locked
Outdated issues that have been locked by automation
C: tests
Testing and related things
type: maintenance
Related to Development and Maintenance Processes
Milestone
Since pip 6 most installations use a randomized build directory, and in pip 7 all installations do unless you specifically mention a directory using
--build
. However the tests intests/functional/test_install_cleanup.py
assume the old static build directory. We also might not need many of these tests since scripttest ensures there are no tmp dirs left over.The text was updated successfully, but these errors were encountered: