python3Packages.gql: 3.1.0 -> 3.4.0
This commit is contained in:
parent
ccdc6e1f4c
commit
e944d4fe3d
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, aiofiles
|
||||
, aiohttp
|
||||
, backoff
|
||||
, botocore
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
@ -8,6 +9,7 @@
|
||||
, mock
|
||||
, parse
|
||||
, pytest-asyncio
|
||||
, pytest-console-scripts
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
@ -34,6 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
backoff
|
||||
botocore
|
||||
graphql-core
|
||||
requests
|
||||
@ -48,10 +51,19 @@ buildPythonPackage rec {
|
||||
mock
|
||||
parse
|
||||
pytest-asyncio
|
||||
pytest-console-scripts
|
||||
pytestCheckHook
|
||||
vcrpy
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export PATH=$out/bin:$PATH
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests requires network access
|
||||
"test_execute_result_error"
|
||||
|
Loading…
Reference in New Issue
Block a user