Skip to content

Commit 3dba1ee

Browse files
committed
Merge branch 'master' into server-config
2 parents b399a13 + 6101ccd commit 3dba1ee

File tree

7 files changed

+24
-5
lines changed

7 files changed

+24
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,22 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
3737
- Operating System and version:
3838
- Browser and version:
3939
- JupyterLab version:
40-
- `jupyter-lsp` version:
41-
- `@krassowski/jupyterlab-lsp` version:
40+
41+
<details><summary>Required: installed server extensions</summary>
42+
<pre>
43+
Paste the output from running `jupyter serverextension list` from the command line here.
44+
You may want to sanitize the paths in the output.
45+
</pre>
46+
</details>
47+
48+
<details><summary>Required: installed lab extensions</summary>
49+
<pre>
50+
Paste the output from running `jupyter labextension list` from the command line here.
51+
You may want to sanitize the paths in the output.
52+
</pre>
53+
</details>
54+
55+
<!--The more contet you provide, the more we can help!-->
4256

4357
<details><summary>Troubleshoot Output</summary>
4458
<pre>

ci/env-test.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ dependencies:
3030
- firefox
3131
- geckodriver
3232
- robotframework-seleniumlibrary
33+
- robotframework <3.2

ci/job.lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- script: ${{ platform.activate }} jupyterlab-lsp && python scripts/integrity.py
3535
displayName: check integrity of package versions
3636

37-
- script: ${{ platform.activate }} jupyterlab-lsp && python scripts/lint.py
38-
displayName: lint backend
39-
4037
- script: ${{ platform.activate }} jupyterlab-lsp && jlpm || jlpm || jlpm
4138
displayName: install npm dependencies
4239

40+
- script: ${{ platform.activate }} jupyterlab-lsp && python scripts/lint.py
41+
displayName: lint backend
42+
4343
- script: ${{ platform.activate }} jupyterlab-lsp && jlpm build:schema
4444
displayName: build schema so linting can complete
4545

requirements/atest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# acceptance test dependencies for jupyter_lsp
22
-r ./lab.txt
33
robotframework-seleniumlibrary
4+
robotframework <3.2

requirements/atest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ channels:
66

77
dependencies:
88
- robotframework-seleniumlibrary
9+
- robotframework <3.2
910
- firefox
1011
- geckodriver

requirements/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dependencies:
99
- isort
1010
- mypy
1111
- robotframework-lint
12+
- robotframework <3.2

requirements/utest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pytest-cov
66
pytest-flake8
77
pytest-runner
88
python-language-server
9+
pluggy<1.0,>=0.12 # Python 3.5 CI Travis, may need update with new pytest releases, see issue 259

0 commit comments

Comments
 (0)