Skip to content

Commit

Permalink
[CI] Fix smoke tests
Browse files Browse the repository at this point in the history
ghstack-source-id: d529689fe2b08bed90f55cb2edd0592571619d85
Pull Request resolved: #1147
  • Loading branch information
vmoens committed Dec 19, 2024
1 parent 98c57ee commit ca0ca87
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import argparse
import sys

import pytest


def test_imports():
Expand All @@ -22,5 +18,4 @@ def test_imports():


if __name__ == "__main__":
args, unknown = argparse.ArgumentParser().parse_known_args()
pytest.main([__file__, "--capture", "no", "--exitfirst"] + unknown)
test_imports()

0 comments on commit ca0ca87

Please sign in to comment.