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 @@ project.")
|
||||||
;; OSError: protocol not found.
|
;; OSError: protocol not found.
|
||||||
" and not test_getprotobyname"
|
" and not test_getprotobyname"
|
||||||
;; EOFError: Ran out of input.
|
;; 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
|
(native-inputs
|
||||||
(list python-astor
|
(list python-astor
|
||||||
python-ipython
|
python-ipython
|
||||||
|
|
Reference in a new issue