Skip to content

Commit

Permalink
[frontend/test] Fix SkipTest import due to bump to nose2
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Jan 6, 2025
1 parent f05bc91 commit 0f7f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inginious/frontend/tests/SeleniumTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from werkzeug.serving import make_server
from inginious.frontend.app import get_app
from nose.plugins.skip import SkipTest
from unittest import SkipTest
from pymongo import MongoClient
from pyvirtualdisplay import Display
from selenium import webdriver
Expand Down

0 comments on commit 0f7f97c

Please sign in to comment.