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.master
parent
35b208cb22
commit
cf26ee1f99
|
@ -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
|
||||
|
|
Reference in New Issue