-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor logging. * Refactor addOptions. * Refactor. * Refactor. * Refactor. * Add lower. * Add lower. * Account parse stats arg correctly. * Add back Cactus-dependent naming. * Cruft. * Legacy log levels. * Updates. * Delete options.py * Updates. * Copyright. * Copyright. * Don't use __all__. * Update setup. * Replace deprecated imp library. * Run make sort_imports. * Run make format. * Switch back to imp. * Setup update. * Setup update. * Make sure sorted imports use VERTICAL. * Clean up launch cluster. * Refactor launch cluster. * Run black after sorting imports. * Refactor spot worker bid. * Fix test that is suddenly now running. * Better message. * SLURM Error? * Import error. * Fix import. * Resolve error and add deprecation warnings. * Add skipped doc tests. * Update. * Imports. * Suppress extraneous logging while testing. * Cruft. * Set logging. Remove docker in docker test. * Check upgrade to latest dev dependencies. * Update pytest version. * Update pytest version. * Update. * Suppress logging with env var. * Dev reqs versioning. * Add integration test. * Cruft. * Fix path. * Clean up utils test.
- Loading branch information
1 parent
55791fe
commit 98dbf33
Showing
150 changed files
with
1,565 additions
and
1,867 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
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,16 @@ | ||
mock==4.0.3 | ||
pytest==6.2.0 | ||
pytest-cov==2.10.1 | ||
pytest-timeout==1.4.2 | ||
stubserver==1.1 | ||
setuptools==51.0.0 | ||
sphinx==3.3.1 | ||
cwltest==2.0.20200626112502 | ||
mypy==0.790 | ||
flake8==3.8.4 | ||
flake8-bugbear==20.11.1 | ||
black | ||
isort | ||
pydocstyle | ||
autoflake | ||
isort |
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
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
Oops, something went wrong.