Skip to content

Commit d27b9a0

Browse files
committed
Remove rope
1 parent 9ec9e9e commit d27b9a0

30 files changed

Lines changed: 6 additions & 1893 deletions

.github/test_plan.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,6 @@ def foo():pass
224224
- [ ] yapf
225225
- [ ] `"editor.formatOnType": true` works and has expected results
226226

227-
#### [Refactoring](https://code.visualstudio.com/docs/python/editing#_refactoring)
228-
229-
- [ ] [`Extract Variable`](https://code.visualstudio.com/docs/python/editing#_extract-variable) works
230-
- [ ] You are prompted to install `rope` if it is not already available
231-
- [ ] [`Extract method`](https://code.visualstudio.com/docs/python/editing#_extract-method) works
232-
- [ ] You are prompted to install `rope` if it is not already available
233-
- [ ] [`Sort Imports`](https://code.visualstudio.com/docs/python/editing#_sort-imports) works
234-
235227
### [Debugging](https://code.visualstudio.com/docs/python/debugging)
236228

237229
- [ ] [Configurations](https://code.visualstudio.com/docs/python/debugging#_debugging-specific-app-types) work (see [`package.json`](https://github.com/Microsoft/vscode-python/blob/main/package.json) and the `"configurationSnippets"` section for all of the possible configurations)

build/conda-functional-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pycodestyle
1111
pydocstyle
1212
nose
1313
pytest==4.6.9 # Last version of pytest with Python 2.7 support
14-
rope
1514
fastapi ; python_version>='3.6'
1615
uvicorn ; python_version>='3.6'
1716
flask

build/test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pydocstyle
1111
prospector ; python_version > '2.7'
1212
nose
1313
pytest<6 ; python_version > '2.7' # Tests currently fail against pytest 6.
14-
rope
1514
flask
1615
fastapi ; python_version > '2.7'
1716
uvicorn ; python_version > '2.7'

0 commit comments

Comments
 (0)