Skip to content

Commit

Permalink
Upgrade sqla dependencies and dependency specification (#401)
Browse files Browse the repository at this point in the history
* Add pytest-history plugin
* Loosen sqla dependeny constrain
* Adjust changed test name for DifficultParameters tests
* Update poetry version in custom github action
* Fix test fixture containing reserved keyword(s) in sql statements
* Remove marker from skipped test
* Remove/Suppress SQLA 2.0 warning in regression test
  • Loading branch information
Nicoretti authored Nov 22, 2023
1 parent cc513aa commit 7c2a9f8
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .github/actions/python-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
poetry-version:
description: 'Poetry version to use'
required: true
default: 1.2.2
default: 1.7.1

runs:

Expand Down
Loading

0 comments on commit 7c2a9f8

Please sign in to comment.