forked from IDSIA/sacred
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update test pipelines. * Update dependencies. * Update dev-requirements. * Fix tests. * Fix versions. * Fix blake tests. * Fix yaml deprecation warning. * Fix tf test. * Fix S3Observer test. * Fix tinydb tests. * Minor fixes. * Minor fixes. * Fix pre-commit-config. * Fix pre-commit-config. * Fix spelling mistake. * Fix traceback filtering. * Add FilteredTracebackException. * Add missing traceback stack. * Fix FilteredTracebackException __init__. * Minor fix. * Remove old version checks. * Filter exc_value __cause__ and __context__ tracebacks. Add test for chained errors. * Make exc_value filterting recursive. * Fix Traceback for Paython 3.6. * Fix Traceback for Paython 3.6. * Fix Traceback for Paython 3.6. * Fix Traceback for Paython 3.6. * Remove TracebackTypeP36. * Add TracebackTypeP36 and override class. * Fix version check. * Change FilteredTracebackException fpr py3.6. * Fix traceback filtering for py3.6. * Fix traceback filtering for py3.6. * Fix traceback filtering for py3.6. * Fix traceback filtering for py3.6. * Drop python 3.6. * Add numpy 1.20 test. * Fix. * Update pytest version and update README. * Update README. * Update black. * Reformat file storage observer test. * Reformat test_exceptions. * Update README. * Add doc msg to FilteredTracebackException.
- Loading branch information
Showing
19 changed files
with
266 additions
and
183 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 |
---|---|---|
@@ -1,34 +1,33 @@ | ||
colorama==0.4.1 | ||
docopt==0.6.2 | ||
gitdb2==2.0.0 | ||
GitPython==2.1.1 | ||
hashfs==0.7.0 | ||
jsonpickle==1.2 | ||
Mako==1.0.6 | ||
MarkupSafe==0.23 | ||
mock==2.0.0 | ||
mongomock==3.18.0 | ||
munch==2.0.4 | ||
packaging>=18.0 | ||
pandas==0.24.2 | ||
pbr==2.0.0 | ||
# tests/test_utils.py depends on that pytest version is exactly 4.3.0 | ||
pytest==4.3.0 | ||
python-dateutil==2.6.0 | ||
pytz==2016.10 | ||
PyYAML>=4.2b1 | ||
scandir==1.4 | ||
sentinels==1.0.0 | ||
smmap2==2.0.1 | ||
SQLAlchemy>=1.3.0 | ||
tinydb>=3.6 | ||
tinydb-serialization>=2.0.0 | ||
wrapt==1.10.8 | ||
scikit-learn==0.20.3 | ||
pymongo==3.9.0 | ||
py-cpuinfo==4.0 | ||
boto3>=1.9.0 | ||
moto==1.3.13 | ||
google-compute-engine>=2.8.0 | ||
google-cloud-storage==1.20.0 | ||
pre-commit==1.18.0 | ||
pytest==6.2.3 # tests/test_utils.py depends on that pytest version is exactly 6.2.3 | ||
colorama | ||
docopt | ||
gitdb2 | ||
GitPython | ||
hashfs | ||
jsonpickle | ||
Mako | ||
MarkupSafe | ||
mock | ||
mongomock | ||
munch | ||
packaging | ||
pandas | ||
pbr | ||
python-dateutil | ||
pytz | ||
PyYAML | ||
scandir | ||
sentinels | ||
smmap2 | ||
SQLAlchemy | ||
tinydb | ||
tinydb-serialization | ||
wrapt | ||
scikit-learn | ||
pymongo | ||
py-cpuinfo | ||
boto3 | ||
moto | ||
google-compute-engine> | ||
google-cloud-storage | ||
pre-commit |
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
Oops, something went wrong.