Skip to content

Commit

Permalink
Fixing flake tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chummels committed May 6, 2020
1 parent 7a7b3b3 commit 28596c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions tests/gold_standard_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ def get_gold_standard_version():
assert(yt_gold is not None)
assert(trident_gold is not None)


if __name__ == "__main__":
get_gold_standard_version()
2 changes: 0 additions & 2 deletions tests/test_gold.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# The full license is in the file LICENSE, distributed with this software.
#-----------------------------------------------------------------------------

import os

from gold_standard_versions import \
get_gold_standard_version

Expand Down

0 comments on commit 28596c1

Please sign in to comment.