Skip to content

Commit 13cf31a

Browse files
authored
Fix 2.7 unit test requirements (microsoft#13888)
* Fix 2.7 unit test requirements * Try disabling gpu for tests * Put back old command line. '--disable-gpu' has no effect.
1 parent e9e42e5 commit 13cf31a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# IntelliSense. This is a specific commit id of our fork of the pappasam jedi-language-server
77
# If you make fixes to the fork, update the commit id here.
88
# Note: This pulls in Jedi too but the pypi version.
9-
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553
9+
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553; python_version >= '3.6'
1010
# Sort Imports
1111
isort==5.5.2; python_version >= '3.6'
1212
# DS Python daemon

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
click==7.1.2 # via jedi-language-server
88
future==0.18.2 # via python-jsonrpc-server
99
isort==5.5.2 ; python_version >= "3.6" # via -r requirements.in
10-
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553 # via -r requirements.in
10+
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553 ; python_version >= "3.6" # via -r requirements.in
1111
jedi==0.17.2 # via jedi-language-server
1212
parso==0.7.0 # via jedi
1313
pygls==0.9.0 # via jedi-language-server

0 commit comments

Comments
 (0)