Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update poetry to fix tomlkit issue #1306

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Update poetry to fix tomlkit issue #1306

merged 2 commits into from
Jul 27, 2023

Conversation

myakove
Copy link
Collaborator

@myakove myakove commented Jul 27, 2023

No description provided.

@redhat-qe-bot
Copy link
Contributor

Report bugs in Issues

The following are automatically added:

  • Add reviewers from OWNER file (in the root of the repository) under reviewers section.
  • Set PR size label.
  • New issue is created for the PR. (Closed when PR is merged/closed)
  • Run pre-commit if .pre-commit-config.yaml exists in the repo.

Available user actions:

  • To mark PR as verified comment /verified to the PR, to un-verify comment /verified cancel to the PR.
    verified label removed on each new commit push.
  • To cherry pick a merged PR comment /cherry-pick <target branch to cherry-pick to> in the PR.
    • Cherry-pick will be started when PR is merged
  • To re-run tox comment /retest tox in the PR.
  • To re-run build-container command /retest build-container in the PR.
  • To re-run python-module-install command /retest python-module-install in the PR.
  • To build and push container image command /build-and-push-container in the PR (tag will be the PR number).
  • To add a label by comment use /<label name>, to remove, use /<label name> cancel
Supported labels
  • hold
  • verified
  • wip
  • lgtm
  • approve

@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/retest tox

2 similar comments
@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/retest tox

@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/retest tox

@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/verified

@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/cherry-pick v4.14 v4.13 v4.12 v4.11 v4.10 v4.9 v4.8

@redhat-qe-bot
Copy link
Contributor

Cherry-pick requested for PR: Update poetry to fix tomlkit issue by user myakove
Adding label cherry-pick-v4.14 for automatic cheery-pick once the PR is merged

@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/cherry-pick v4.14 v4.13 v4.12 v4.11 v4.10 v4.9 v4.8

@redhat-qe-bot
Copy link
Contributor

Cherry-pick requested for PR: Update poetry to fix tomlkit issue by user myakove
Adding label/s cherry-pick-v4.13 cherry-pick-v4.12 cherry-pick-v4.10 cherry-pick-v4.11 cherry-pick-v4.9 cherry-pick-v4.8 cherry-pick-v4.14 for automatic cheery-pick once the PR is merged

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.9:
To cherry-pick run:

git fetch --all
git checkout v4.9
git checkout -b poetry-update-fix-tomlkit-v4.9
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.9

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.8:
To cherry-pick run:

git fetch --all
git checkout v4.8
git checkout -b poetry-update-fix-tomlkit-v4.8
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.8

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.12:
To cherry-pick run:

git fetch --all
git checkout v4.12
git checkout -b poetry-update-fix-tomlkit-v4.12
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.12

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.11:
To cherry-pick run:

git fetch --all
git checkout v4.11
git checkout -b poetry-update-fix-tomlkit-v4.11
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.11

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.10:
To cherry-pick run:

git fetch --all
git checkout v4.10
git checkout -b poetry-update-fix-tomlkit-v4.10
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.10

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b poetry-update-fix-tomlkit-v4.14
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.13:
To cherry-pick run:

git fetch --all
git checkout v4.13
git checkout -b poetry-update-fix-tomlkit-v4.13
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.13

myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue

* tox: use pip to install poetry
@myakove
Copy link
Collaborator Author

myakove commented Jul 27, 2023

/cherry-pick v4.14

@redhat-qe-bot
Copy link
Contributor

Manual cherry-pick is needed
Cherry pick failed for d328301 to v4.14:
To cherry-pick run:

git fetch --all
git checkout v4.14
git checkout -b poetry-update-fix-tomlkit-v4.14
git cherry-pick d32830140253b63b1778887b7caf2d8a20c4278b
git push origin poetry-update-fix-tomlkit-v4.14

myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue

* tox: use pip to install poetry
myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest
myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest
myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file
redhat-qe-bot pushed a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file
myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 27, 2023
* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot added a commit that referenced this pull request Jul 27, 2023
…#1320)

* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 27, 2023
…#1320)

* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
myakove added a commit that referenced this pull request Jul 27, 2023
#1322)

* Poetry update fix tomlkit v4.14 v4.13 (#1312) (#1314) (#1316) (#1318) (#1320)

* Update poetry to fix tomlkit issue (#1306) (#1310)

* Update poetry to fix tomlkit issue (#1306)

* Update poetry to fix tomlkit issue

* tox: use pip to install poetry

* fix poetry.lock file

* poetry add pytest

* Fix poetry lock file

* Fix poetry lock file

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>

* Fix tox

---------

Co-authored-by: redhat-qe-bot <108792105+redhat-qe-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants