graphql-core-legacy icon indicating copy to clipboard operation
graphql-core-legacy copied to clipboard

Attempt to fix `default_value` with `graphene.Enum` for `graphene.Argument`

Open scottschreckengaust opened this issue 6 years ago • 1 comments

Fixes #166

Build Status

scottschreckengaust avatar Feb 20 '19 00:02 scottschreckengaust

Could somebody (@syrusakbary?) point me to why this PR (tox -> py27) may be failing? The build directly from travis source branch is passing, and I ran the below PR build successfully locally with python 2.7.14 as well on a python:2.7.14 docker image (which is what the travis logs show):

git clone --depth=50 https://github.com/graphql-python/graphql-core.git graphql-python/graphql-core
cd graphql-python/graphql-core
git fetch origin +refs/pull/229/merge:
git checkout -qf FETCH_HEAD
pip install coveralls tox
export TOXENV=py27
tox

scottschreckengaust avatar Feb 20 '19 22:02 scottschreckengaust