diff --git a/python-graphene-django.changes b/python-graphene-django.changes index f2ad305..da5af3c 100644 --- a/python-graphene-django.changes +++ b/python-graphene-django.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 2 09:35:45 UTC 2020 - Marketa Calabkova + +- Fix test execution + ------------------------------------------------------------------- Fri Jun 12 04:23:04 UTC 2020 - John Vandenberg diff --git a/python-graphene-django.spec b/python-graphene-django.spec index 21efd10..c002d7c 100644 --- a/python-graphene-django.spec +++ b/python-graphene-django.spec @@ -64,6 +64,7 @@ rm setup.cfg %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +PYTHONPATH=. export DJANGO_SETTINGS_MODULE=django_test_settings %pytest