This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ tox -e py38 | |
| py38 installed: aniso8601==9.0.1,attrs==21.2.0,certifi==2021.5.30,charset-normalizer==2.0.6,coverage==5.5,coveralls==1.11.1,docopt==0.6.2,fastdiff==0.3.0,graphene @ file:///Users/alexhafner/git/forks/graphene,graphql-core==3.1.6,graphql-relay==3.1.0,idna==3.2,iso8601==0.1.16,mock==4.0.3,more-itertools==8.10.0,packaging==21.0,pluggy==0.13.1,promise==2.3,py==1.10.0,py-cpuinfo==8.0.0,pyparsing==2.4.7,pytest==5.4.3,pytest-asyncio==0.15.1,pytest-benchmark==3.4.1,pytest-cov==2.12.1,pytest-mock==2.0.0,pytz==2021.1,requests==2.26.0,six==1.16.0,snapshottest==0.6.0,termcolor==1.1.0,toml==0.10.2,urllib3==1.26.6,wasmer==1.0.0,wasmer_compiler_cranelift==1.0.0,wcwidth==0.2.5 | |
| py38 run-test-pre: PYTHONHASHSEED='1868156478' | |
| py38 run-test: commands[0] | pytest --cov=graphene graphene examples | |
| =========================================================================== test session starts ============================================================================ | |
| platform darwin -- Python 3.8.7, pytest-5.4.3, py-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ tox -e py38 | |
| py38 create: /Users/alexhafner/git/forks/graphene/.tox/py38 | |
| py38 installdeps: .[test] | |
| py38 installed: aniso8601==9.0.1,attrs==21.2.0,certifi==2021.5.30,charset-normalizer==2.0.6,coverage==5.5,coveralls==1.11.1,docopt==0.6.2,fastdiff==0.3.0,graphene @ file:///Users/alexhafner/git/forks/graphene,graphql-core==3.1.6,graphql-relay==3.1.0,idna==3.2,iso8601==0.1.16,mock==4.0.3,more-itertools==8.10.0,packaging==21.0,pluggy==0.13.1,promise==2.3,py==1.10.0,py-cpuinfo==8.0.0,pyparsing==2.4.7,pytest==5.4.3,pytest-asyncio==0.15.1,pytest-benchmark==3.4.1,pytest-cov==2.12.1,pytest-mock==2.0.0,pytz==2021.1,requests==2.26.0,six==1.16.0,snapshottest==0.6.0,termcolor==1.1.0,toml==0.10.2,urllib3==1.26.6,wasmer==1.0.0,wasmer_compiler_cranelift==1.0.0,wcwidth==0.2.5 | |
| py38 run-test-pre: PYTHONHASHSEED='3305033575' | |
| py38 run-test: commands[0] | pytest --cov=graphene graphene examples | |
| =========================================================================== test session starts ========================================== |