about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/green/tests.patch
blob: 82826834518f49a68f165108c7c0ea338e3017f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/green/test/test_integration.py b/green/test/test_integration.py
index 9a2d824..372e6e0 100644
--- a/green/test/test_integration.py
+++ b/green/test/test_integration.py
@@ -37,9 +37,7 @@ class TestFinalizer(unittest.TestCase):
                 )
             )
         args = [
-            sys.executable,
-            "-m",
-            "green.cmdline",
+            "@green@"
             "--finalizer=test_finalizer.msg",
             "--maxtasksperchild=1",
         ]
@@ -54,7 +52,6 @@ class TestFinalizer(unittest.TestCase):
             stdout=subprocess.PIPE,
             stderr=subprocess.STDOUT,
             env=env,
-            timeout=10,
             encoding="utf-8",
             check=True,
         ).stdout