thoth-station / jupyter-nbrequirements

Dependency management and optimization in Jupyter Notebooks
MIT License
18 stars 6 forks source link

Automatic update of dependencies by Kebechet #303

Closed khebhut[bot] closed 3 years ago

khebhut[bot] commented 3 years ago
Kebechet has updated the depedencies to the latest version :rocket: The direct dependencies updated in the pull request are - Package Name Old Version Updated Version Is Dev
ipykernel 5.4.3 5.5.0 False
thamos 1.11.1 1.13.0 False
thoth-python 0.14.0 0.15.1 False

This Pull Request is based on a Project Thoth GitHub App, and Kebechet v1.2.4

sesheta commented 3 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign pacospace after the PR has been reviewed. You can assign the PR to them by writing /assign @pacospace in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/thoth-station/jupyter-nbrequirements/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA f6776c6a02c909d8188237e8ec0021f3d80473d4

sesheta commented 3 years ago
Pytest Test failed! Click here ``` running test Searching for setuptools>=40.3.0 Reading https://pypi.org/simple/setuptools/ Downloading https://files.pythonhosted.org/packages/15/0e/255e3d57965f318973e417d5b7034223f1223de500d91b945ddfaef42a37/setuptools-53.0.0-py3-none-any.whl#sha256=0e86620d658c5ca87a71a283bd308fcaeb4c33e17792ef6f081aec17c171347f Best match: setuptools 53.0.0 Processing setuptools-53.0.0-py3-none-any.whl Installing setuptools-53.0.0-py3-none-any.whl to /workspace/repo/.eggs writing requirements to /workspace/repo/.eggs/setuptools-53.0.0-py3.6.egg/EGG-INFO/requires.txt Installed /workspace/repo/.eggs/setuptools-53.0.0-py3.6.egg running egg_info creating jupyter_nbrequirements.egg-info writing jupyter_nbrequirements.egg-info/PKG-INFO writing dependency_links to jupyter_nbrequirements.egg-info/dependency_links.txt writing requirements to jupyter_nbrequirements.egg-info/requires.txt writing top-level names to jupyter_nbrequirements.egg-info/top_level.txt writing manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' reading manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG.md' writing manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' running build_ext Jupyter Require found itself running outside of Jupyter. jupyter_nbrequirements (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: jupyter_nbrequirements (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: jupyter_nbrequirements Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 462, in _find_test_path package = self._get_module_from_name(name) File "/usr/lib64/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/workspace/repo/jupyter_nbrequirements/__init__.py", line 38, in from jupyter_require import execute as executejs File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/__init__.py", line 34, in from .notebook import link_css File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/notebook.py", line 30, in from .core import execute_with_requirements File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/core.py", line 279, in require = RequireJS() File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/core.py", line 90, in __new__ raise EnvironmentError(msg) OSError: Jupyter Require found itself running outside of Jupyter. ---------------------------------------------------------------------- Ran 1 test in 0.001s FAILED (errors=1) Test failed: error: Test failed: ```
sesheta commented 3 years ago
Pytest Test failed! Click here ``` running test Searching for setuptools>=40.3.0 Reading https://pypi.org/simple/setuptools/ Downloading https://files.pythonhosted.org/packages/15/0e/255e3d57965f318973e417d5b7034223f1223de500d91b945ddfaef42a37/setuptools-53.0.0-py3-none-any.whl#sha256=0e86620d658c5ca87a71a283bd308fcaeb4c33e17792ef6f081aec17c171347f Best match: setuptools 53.0.0 Processing setuptools-53.0.0-py3-none-any.whl Installing setuptools-53.0.0-py3-none-any.whl to /workspace/repo/.eggs writing requirements to /workspace/repo/.eggs/setuptools-53.0.0-py3.6.egg/EGG-INFO/requires.txt Installed /workspace/repo/.eggs/setuptools-53.0.0-py3.6.egg running egg_info creating jupyter_nbrequirements.egg-info writing jupyter_nbrequirements.egg-info/PKG-INFO writing dependency_links to jupyter_nbrequirements.egg-info/dependency_links.txt writing requirements to jupyter_nbrequirements.egg-info/requires.txt writing top-level names to jupyter_nbrequirements.egg-info/top_level.txt writing manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' reading manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG.md' writing manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' running build_ext Jupyter Require found itself running outside of Jupyter. jupyter_nbrequirements (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: jupyter_nbrequirements (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: jupyter_nbrequirements Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 462, in _find_test_path package = self._get_module_from_name(name) File "/usr/lib64/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/workspace/repo/jupyter_nbrequirements/__init__.py", line 38, in from jupyter_require import execute as executejs File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/__init__.py", line 34, in from .notebook import link_css File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/notebook.py", line 30, in from .core import execute_with_requirements File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/core.py", line 279, in require = RequireJS() File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/core.py", line 90, in __new__ raise EnvironmentError(msg) OSError: Jupyter Require found itself running outside of Jupyter. ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: ```
khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA 72a2d92a7394fa84a7017a3d501e53262e0b2213

sesheta commented 3 years ago
Pre-Commit Test failed! Click here ``` [INFO] Initializing environment for git://github.com/Lucas-C/pre-commit-hooks. [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for git://github.com/pycqa/pydocstyle.git. [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Initializing environment for https://github.com/psf/black. [INFO] Initializing environment for https://gitlab.com/PyCQA/flake8. [INFO] Initializing environment for https://gitlab.com/PyCQA/flake8:pep8-naming. [INFO] Installing environment for git://github.com/Lucas-C/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for git://github.com/pycqa/pydocstyle.git. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.com/PyCQA/flake8. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Tabs remover.............................................................Passed Trim Trailing Whitespace.................................................Passed Check for merge conflicts................................................Passed Fix End of Files.........................................................Passed Tests should end in _test.py.........................(no files to check)Skipped Check for added large files..............................................Passed Check for byte-order marker..............................................Passed Check for case conflicts.................................................Passed Check docstring is first.................................................Passed Check JSON...............................................................Failed - hook id: check-json - exit code: 1 js/tsconfig.json: Failed to json decode (Expecting property name enclosed in double quotes: line 3 column 5 (char 29)) Check for broken symlinks............................(no files to check)Skipped Detect Private Key.......................................................Passed Check python ast.........................................................Passed Debug Statements (Python)................................................Passed pydocstyle...............................................................Passed Check Toml...............................................................Passed Check Yaml...............................................................Passed Fix End of Files.........................................................Passed Trim Trailing Whitespace.................................................Passed mypy.....................................................................Passed black....................................................................Passed flake8...................................................................Passed ```
sesheta commented 3 years ago
Pytest Test failed! Click here ``` running test Searching for setuptools>=40.3.0 Reading https://pypi.org/simple/setuptools/ Downloading https://files.pythonhosted.org/packages/70/06/849cc805ac6332210083f2114a95b22ee252ce81ed4e1be4f1d2b87c9108/setuptools-54.0.0-py3-none-any.whl#sha256=d85b57c41e88b69ab87065c964134ec85b7573cbab0fdaa7ef32330ed764600a Best match: setuptools 54.0.0 Processing setuptools-54.0.0-py3-none-any.whl Installing setuptools-54.0.0-py3-none-any.whl to /workspace/repo/.eggs writing requirements to /workspace/repo/.eggs/setuptools-54.0.0-py3.6.egg/EGG-INFO/requires.txt Installed /workspace/repo/.eggs/setuptools-54.0.0-py3.6.egg running egg_info creating jupyter_nbrequirements.egg-info writing jupyter_nbrequirements.egg-info/PKG-INFO writing dependency_links to jupyter_nbrequirements.egg-info/dependency_links.txt writing requirements to jupyter_nbrequirements.egg-info/requires.txt writing top-level names to jupyter_nbrequirements.egg-info/top_level.txt writing manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' reading manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG.md' writing manifest file 'jupyter_nbrequirements.egg-info/SOURCES.txt' running build_ext Jupyter Require found itself running outside of Jupyter. jupyter_nbrequirements (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: jupyter_nbrequirements (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: jupyter_nbrequirements Traceback (most recent call last): File "/usr/lib64/python3.6/unittest/loader.py", line 462, in _find_test_path package = self._get_module_from_name(name) File "/usr/lib64/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/workspace/repo/jupyter_nbrequirements/__init__.py", line 39, in from jupyter_require import execute as executejs File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/__init__.py", line 34, in from .notebook import link_css File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/notebook.py", line 30, in from .core import execute_with_requirements File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/core.py", line 279, in require = RequireJS() File "/opt/app-root/lib/python3.6/site-packages/jupyter_require/core.py", line 90, in __new__ raise EnvironmentError(msg) OSError: Jupyter Require found itself running outside of Jupyter. ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: ```
khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA e5122ecbcbfa7142d23a195e01a23174ce2947aa

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA 602f81f4af1a70d1dc8f9cd6e59b0ceee1c86949

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA b0b039f1d8f3a22cfc145b56e3f15e24b3e0e982

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA fdc03869ed9b5e8a6ad92fbd8de774b9aea89b16

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA 057027e5860228f18d317a42c8f3bb80c6000b6d

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA b3702b97ddb59b71c7bf7a70df898c79f108a80a

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA 36d0146c1de7859924890ebf6419b7f9625e5c09

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA cf2aade3c960f84f76d1597a654612983d2c5f17

khebhut[bot] commented 3 years ago

Pull request has been rebased on top of the current master with SHA 6234fb4fea91e121e56945e0bfc88d64a7972436