From cf26ee1f99f84f817f96269541073846d546026b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 30 Mar 2023 13:01:25 +0200 Subject: gnu: python-trio: Run pytest on tests directory only. Failing to do so causes cryptic module load errors. * gnu/packages/python-xyz.scm (python-trio)[arguments]: Add path parameter to invoke. --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6a9ea04840..c11b9a9d65 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24613,7 +24613,8 @@ project.") ;; OSError: protocol not found. " and not test_getprotobyname" ;; EOFError: Ran out of input. - " and not test_static_tool_sees_all_symbols")))))))) + " and not test_static_tool_sees_all_symbols") + "trio/tests"))))))) (native-inputs (list python-astor python-ipython -- cgit 1.4.1