-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CADC-9764 - code review comments from CADC-9555 (#148)
* CADC-9764 - Add support for 'cadc' scheme as provided by StorageInventoryClient.
- Loading branch information
1 parent
2b0cc70
commit 3182408
Showing
31 changed files
with
1,620 additions
and
676 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
-e ../caom2 | ||
-e . | ||
pytest>=4.6 | ||
pytest-cov>=2.5.1 | ||
flake8>=3.4.1 | ||
funcsigs==1.0.2 | ||
mock==2.0.0 | ||
xml-compare==1.0.5 | ||
pytest>=6.2 | ||
pytest-cov>=2.12 | ||
flake8>=3.9 | ||
mock>=4.0 |
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 |
---|---|---|
|
@@ -23,8 +23,8 @@ testpaths = caom2repo | |
|
||
[metadata] | ||
package_name = caom2repo | ||
description = CAOM-2.3 repo access and tools | ||
long_description = Tools for accessing a repo for the CAOM-2.3 data model | ||
description = CAOM-2.4 repo access and tools | ||
long_description = Tools for accessing a repo for the CAOM-2.4 data model | ||
author = Canadian Astronomy Data Centre | ||
author_email = [email protected] | ||
license = AGPLv3 | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ name = caom2repo | |
|
||
[tox] | ||
envlist = | ||
py{27,34,35,36,37,38,39} | ||
py{36,37,38,39} | ||
requires = | ||
pip >= 19.3.1 | ||
|
||
|
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.