Skip to content

Commit

Permalink
Remove Exasol 7.0 tests (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Feb 2, 2024
1 parent 0ab3d8a commit 442bfd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- websocket
exasol_version:
- 7.1.17
- 7.0.20

name: Integration Tests (Python-${{ matrix.python }}, Connector-${{ matrix.connector }}, Exasol-${{ matrix.exasol_version }})

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- websocket
exasol_version:
- 7.1.17
- 7.0.20

name: Integration Tests (Python-${{ matrix.python }}, Connector-${{ matrix.connector }}, Exasol-${{ matrix.exasol_version }})

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Unreleased
==========

🧰 Internal
-----------
- Remove testing against Exasol 7.0
- Relocked dependencies

.. _changelog-5.0.0:

5.0.0 — 2024-02-02
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Settings:
DB_PORT = 8888
BUCKETFS_PORT = 6666
VERSION_FILE = PROJECT_ROOT / "sqlalchemy_exasol" / "version.py"
DB_VERSIONS = ("7.1.17", "7.0.20")
DB_VERSIONS = ("7.1.17",)


def find_session_runner(session: Session, name: str) -> SessionRunner:
Expand Down

0 comments on commit 442bfd2

Please sign in to comment.