mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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.
This commit is contained in:
parent
35b208cb22
commit
cf26ee1f99
1 changed files with 2 additions and 1 deletions
|
@ -24613,7 +24613,8 @@ (define-public python-trio
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue