Skip to content

Commit eec3518

Browse files
authored
Merge pull request #80 from bcb/move-tests-require-to-extras-require
Move test dependencies to extras_require
2 parents 7b275a4 + 3500817 commit eec3518

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For questions, ask [Stack Overflow](http://stackoverflow.com/questions/tagged/gr
2020
An overview of the GraphQL language is available in the
2121
[README](https://github.com/facebook/graphql/blob/master/README.md) for the
2222
[Specification for GraphQL](https://github.com/facebook/graphql).
23+
2324
The overview describes a simple set of GraphQL examples that exist as [tests](https://github.com/graphql-python/graphql-core/tree/master/tests/)
2425
in this repository. A good way to get started is to walk through that README and the corresponding tests
2526
in parallel.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def run_tests(self):
7979
extras_require={
8080
'gevent': [
8181
'gevent==1.1rc1'
82-
]
82+
],
83+
'test': tests_requires
8384
}
8485
)

0 commit comments

Comments
 (0)