forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.12 to supported versions (SatelliteQE#12793)
* Add Python 3.12 to supported versions Python 3.12 is out and should be supported by Robottelo. Also switched the weekly workflow to use Python 3.12 instead of 3.11. * update unittest deprecations * Adjust unit tests for python 3.12 This commit introduces a few changes relating to unittest changes and differences post-removal of old behavior.
- Loading branch information
1 parent
8f4b8e7
commit af71512
Showing
7 changed files
with
120 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Version updates managed by dependabot | ||
|
||
betelgeuse==1.11.0 | ||
broker[docker]==0.4.1 | ||
# broker[docker]==0.4.1 - Temporarily disabled, see below | ||
cryptography==42.0.2 | ||
deepdiff==6.7.1 | ||
dynaconf[vault]==3.2.4 | ||
|
@@ -30,4 +30,9 @@ wrapanapi==3.6.0 | |
# Get airgun, nailgun and upgrade from master | ||
git+https://github.com/SatelliteQE/airgun.git@master#egg=airgun | ||
git+https://github.com/SatelliteQE/nailgun.git@master#egg=nailgun | ||
# Broker currently is unable to push to PyPi due to [1] and [2] | ||
# In the meantime, we install directly from the repo | ||
# [1] - https://github.com/ParallelSSH/ssh2-python/issues/193 | ||
# [2] - https://github.com/pypi/warehouse/issues/7136 | ||
git+https://github.com/SatelliteQE/[email protected]#egg=broker | ||
--editable . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters