python3Packages.gql: 3.1.0 -> 3.4.0

This commit is contained in:
Martin Weinelt
2022-09-19 16:05:26 +02:00
committed by Sandro Jäckel
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"