Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoyt Koepke committed Jul 1, 2024
1 parent b7fe7cb commit 5e23af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyxet/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def try_load_s3():

msg = "AWS credentials not defined"
if os.environ.get("XET_FORCE_ALL_TESTS") == "1":
return pytest.mark.skipif(False)
return pytest.mark.skipif(False, reason="") # noop

return pytest.mark.skipif(not try_load_s3(), reason=msg)

Expand Down

0 comments on commit 5e23af8

Please sign in to comment.