Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix default_value with graphene.Enum for graphene.Argument #229

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

scottschreckengaust
Copy link

Fixes #166

Build Status

Looking into graphene's Argument defaut_value when it is an enumeration.
Reformat code
This is a trial to check the `black` failure.
@scottschreckengaust
Copy link
Author

scottschreckengaust commented Feb 20, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant