Skip to content

Commit 1541142

Browse files
committed
[tests] Cleanup
1 parent 918331b commit 1541142

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
pip install -U pip wheel setuptools
7474
pip install -U -e .
7575
pip install -U -r requirements-test.txt
76-
pip install -UI --no-deps https://github.com/openwisp/openwisp-utils/tarball/browser-logs
7776
pip install ${{ matrix.django-version }}
7877
7978
- name: Start InfluxDB

openwisp_network_topology/tests/test_selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from swapper import load_model
88

99
from openwisp_users.tests.utils import TestOrganizationMixin
10-
from openwisp_utils.test_selenium_mixins import SeleniumTestMixin
10+
from openwisp_utils.tests import SeleniumTestMixin
1111

1212
from .utils import CreateGraphObjectsMixin, LoadMixin
1313

0 commit comments

Comments
 (0)