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

View file

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