thoth-station / amun-api

Thoth's execution engine for inspecting quality, performance, and usability of software and software stacks in a cluster.
https://thoth-station.ninja/
GNU General Public License v3.0
8 stars 13 forks source link

Update Pipfile.lock #663

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 2 years ago

This introduces a breaking change

This Pull Request implements

Inspections fail with the following error on stage:

Pipfile: /home/amun/Pipfile
Using /opt/app-root/bin/python (3.8.8) to create virtualenv...
created virtual environment CPython3.8.8.final.0-64 in 6102ms
  creator CPython3Posix(dest=/home/amun/.local/share/virtualenvs/amun-B5uv3Ni-, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/amun/.local/share/virtualenv)
    added seed packages: pip==22.0.4, setuptools==61.0.0, wheel==0.37.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

Successfully created virtual environment!
Virtualenv location: /home/amun/.local/share/virtualenvs/amun-B5uv3Ni-
Your Pipfile.lock () is out of date. Expected: (3cbc06).
Usage: pipenv install [OPTIONS] [PACKAGES]...

Updating Pipfile.lock to solve the issue

sesheta commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fridex

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/thoth-station/amun-api/blob/master/OWNERS)~~ [fridex] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment