-
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.
* prepare release * pin pyodbc version is test containers
- Loading branch information
1 parent
6226cc5
commit 81eeb40
Showing
6 changed files
with
16 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Script-Languages-Container-CI 1.3.3, 2023-11-22 | ||
|
||
Code name: Log level fix | ||
|
||
## Summary | ||
|
||
Fixed a bug regarding log_level in the SLCT and ITDE api calls | ||
|
||
## Bug Fixes | ||
|
||
- #46: Fixed log_level in SLCT and ITDE api calls | ||
|
This file was deleted.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
test/integration_tests/resources/test_containers/failing/build/deps/requirements.txt
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,4 +1,4 @@ | ||
pyodbc>=4.0.27 | ||
pyodbc<5.0.0 | ||
pytz | ||
lxml | ||
docker | ||
|
2 changes: 1 addition & 1 deletion
2
test/integration_tests/resources/test_containers/successful/build/deps/requirements.txt
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,4 +1,4 @@ | ||
pyodbc>=4.0.27 | ||
pyodbc<5.0.0 | ||
pytz | ||
lxml | ||
docker | ||
|