aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2020-03-25 21:24:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-29 20:02:12 +0100
commit9730f95686b2ac72cf1fa513c555f7c7787e2667 (patch)
treef51bc180597551dbf2e7d057ce54f38720a23277 /lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
parent51f827911b7202de3e855e683fdbd732d7a84e09 (diff)
downloadbitbake-9730f95686b2ac72cf1fa513c555f7c7787e2667.tar.gz
toaster: migrate to Django-2.2
Toaster migration to Django-2.2. Django-1.x has been deprecated. [YOCTO #13207] Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/tests/browser/test_builddashboard_page_artifacts.py')
-rw-r--r--lib/toaster/tests/browser/test_builddashboard_page_artifacts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py b/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
index e2623e8ad..c6226d60e 100644
--- a/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
+++ b/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
@@ -7,7 +7,7 @@
# SPDX-License-Identifier: GPL-2.0-only
#
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from django.utils import timezone
from tests.browser.selenium_helpers import SeleniumTestCase