Skip to content

Commit 4aa5b81

Browse files
committed
OK, PyPy won't work, sad
1 parent f1d7da3 commit 4aa5b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.6, 3.7, 3.8, 3.9, 'pypy-3.6', 'pypy-3.7']
20+
python-version: [3.6, 3.7, 3.8, 3.9]
2121
os: [ubuntu-20.04, macos-latest, windows-latest]
2222
steps:
2323
- uses: actions/checkout@master

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps =
1111
pytest
1212
pytest-cov
1313
commands =
14-
pytest tests/ --cov-report=term-missing --cov=graphene_pydantic {posargs}
14+
pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic {posargs}
1515

1616
[gh-actions]
1717
python =

0 commit comments

Comments
 (0)