From 5a72a4cd6d5196fe9ab95ccce00487f906652c2fb3ba3d83c9d01b5af21be2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 2 Sep 2020 09:36:34 +0000 Subject: [PATCH] - Fix test execution OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-graphene-django?expand=0&rev=3 --- python-graphene-django.changes | 5 +++++ python-graphene-django.spec | 1 + 2 files changed, 6 insertions(+) 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