Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 19, 2024
1 parent ea9d813 commit 67fe12f
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 67fe12f

Please sign in to comment.