mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-aws-xray-sdk: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-aws-xray-sdk) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
d529a60090
commit
011cd722ba
1 changed files with 0 additions and 3 deletions
|
@ -358,9 +358,6 @@ (define-public python-aws-xray-sdk
|
|||
"tests/ext/aiohttp/test_client.py"))))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append "./build/lib:.:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "pytest" "-vv" "tests"))))))
|
||||
(native-inputs
|
||||
`(;; These are required for the test suite.
|
||||
|
|
Loading…
Reference in a new issue