Skip to content

Commit

Permalink
Rename helpers->package_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaz Salikhov committed Jan 21, 2022
1 parent 8deebb1 commit 2fee7b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_outdated.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pytest
from conftest import TrackedContainer

from helpers import CondaPackageHelper
from package_helper import CondaPackageHelper

LOGGER = logging.getLogger(__name__)

Expand Down
6 changes: 3 additions & 3 deletions test/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# [...]
# test/test_packages.py::test_python_packages
# --------------------------------------------------------------------------------------------- live log setup ----------------------------------------------------------------------------------------------
# 2020-03-08 09:56:04 [ INFO] Starting container jupyter/datascience-notebook ... (helpers.py:51)
# 2020-03-08 09:56:04 [ INFO] Starting container jupyter/datascience-notebook ... (package_helper.py:51)
# 2020-03-08 09:56:04 [ INFO] Running jupyter/datascience-notebook with args {'detach': True, 'ports': {'8888/tcp': 8888}, 'tty': True, 'command': ['start.sh', 'bash', '-c', 'sleep infinity']} ... (conftest.py:78)
# 2020-03-08 09:56:04 [ INFO] Grabing the list of manually requested packages ... (helpers.py:76)
# 2020-03-08 09:56:04 [ INFO] Grabing the list of manually requested packages ... (package_helper.py:76)
# ---------------------------------------------------------------------------------------------- live log call ----------------------------------------------------------------------------------------------
# 2020-03-08 09:56:07 [ INFO] Testing the import of packages ... (test_packages.py:125)
# 2020-03-08 09:56:07 [ INFO] Trying to import conda (test_packages.py:127)
Expand All @@ -40,7 +40,7 @@
import pytest
from conftest import TrackedContainer

from helpers import CondaPackageHelper
from package_helper import CondaPackageHelper

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 2fee7b7

Please sign in to comment.