Skip to content

Commit

Permalink
Needed to remove test_cli_test_environment.py from minimal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 24, 2023
1 parent 9c7d5e2 commit 1a6a967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def run_minimal_tests(session: nox.Session, db_version: str):
env = {"EXASOL_VERSION": db_version}
minimal_tests = (
"test_api_test_environment.py",
"test_cli_test_environment.py",
"test_doctor.py",
"test_termination_handler.py",
)
Expand Down

0 comments on commit 1a6a967

Please sign in to comment.