Skip to content

Commit

Permalink
Use pure Python implementation for protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
gluk-w committed Oct 6, 2022
1 parent fcea029 commit b254a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -6,6 +6,7 @@ skipsdist = True
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/django_grpc
DJANGO_SETTINGS_MODULE = tests.settings
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

# commands = coverage run --source django_grpc runtests.py
commands = pytest -v tests/ --junitxml=test-report.xml
Expand Down

0 comments on commit b254a1b

Please sign in to comment.