Skip to content

Commit

Permalink
Final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Nov 15, 2023
1 parent 59c9455 commit 13990f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 118 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
paths:
- ".github/workflows/test.yaml"
- "tests/**"
- "tests_deployment/**"
- "tests_e2e/cypress/**"
- "scripts/**"
- "src/**"
- "pyproject.toml"
Expand All @@ -19,8 +17,6 @@ on:
paths:
- ".github/workflows/test.yaml"
- "tests/**"
- "tests_deployment/**"
- "tests_e2e/cypress/**"
- "scripts/**"
- "src/**"
- "pyproject.toml"
Expand Down
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ markers =
testpaths =
tests
xfail_strict = True

log_format = %(asctime)s %(levelname)9s %(lineno)4s %(module)s: %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_cli = True
log_cli_level = INFO

This file was deleted.

1 change: 1 addition & 0 deletions src/_nebari/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def kill_process():
if timeout_timer is not None:
timeout_timer.cancel()

process.stdout.close()
return process.wait(
timeout=10
) # Should already have finished because we have drained stdout
Expand Down
65 changes: 0 additions & 65 deletions tests/test_dependencies.py

This file was deleted.

0 comments on commit 13990f0

Please sign in to comment.