me
/
guix
Archived
1
0
Fork 0

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
Lars-Dominik Braun 2023-03-30 13:01:25 +02:00
parent 35b208cb22
commit cf26ee1f99
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 2 additions and 1 deletions

View File

@ -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