File: 0001-turn-the-test-into-autopkgtest.patch

package info (click to toggle)
fortran-language-server 3.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,268 kB
  • sloc: python: 9,688; f90: 1,195; fortran: 30; makefile: 28; ansic: 20
file content (22 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sun, 16 Oct 2022 10:00:00 +0200
Subject: turn the test into autopkgtest

Forwarded: not-needed
---
 test/setup_tests.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/setup_tests.py b/test/setup_tests.py
index 8443c57..9aa7b38 100644
--- a/test/setup_tests.py
+++ b/test/setup_tests.py
@@ -25,8 +25,6 @@ def check_post_msg(result: dict, msg: str, severity: int):
 
 def run_request(request, fortls_args: list[str] = None):
     command = [
-        sys.executable,
-        "-m",
         "fortls",
         "--incremental_sync",
     ]