python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.96k stars 164 forks source link

Remove dependency on `build` package being installed while running tests #755

Closed lieryan closed 9 months ago

lieryan commented 9 months ago

Description

We have some tests that depends on build package being installed during test. This is causing some issues with some people running tests and packaging rope.

Fixes #478, #727, #749.

Checklist (delete if not relevant):

lieryan commented 9 months ago

cc: @kloczek @musicinmybrain @jgarte this PR might be of interest to you, let me know if this fixes the issues you were having with running tests in your configurations