me
/
guix
Archived
1
0
Fork 0

gnu: python-aws-xray-sdk: Do not set PYTHONPATH.

* gnu/packages/python-web.scm (python-aws-xray-sdk)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 14:16:50 -05:00
parent d529a60090
commit 011cd722ba
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -358,9 +358,6 @@ Model} (SAM) templates into AWS CloudFormation templates.")
"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.