Skip to content

Commit

Permalink
disable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 30, 2024
1 parent 82751bd commit fdc807c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecmwf/opendata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .client import Client

__version__ = "0.3.7"
__version__ = "0.3.8"

__all__ = ["Client"]
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ def xxx_test_example(example):
if __name__ == "__main__":
for e in example_list():
try:
test_example(e)
xxx_test_example(e)
except Exception:
pass

0 comments on commit fdc807c

Please sign in to comment.