Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,8 @@ dmypy.json

# End of https://www.gitignore.io/api/python

# cfgrib index files (regenerated on the fly, may be incompatible across ecCodes versions)
*.grib.*.idx

# IDE
.vscode
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
testpaths=tests,eodag_cube/types
testpaths=tests eodag_cube/types
log_cli = 1
log_cli_level = INFO
log_format = %(asctime)s %(levelname)s %(message)s
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion tests/units/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def run():
responses.add(
responses.GET,
"https://foo/bar.baz",
stream=True,
status=200,
headers={"a-header": "from-get"},
)
Expand Down
Loading