We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b099f5 commit 8f41393Copy full SHA for 8f41393
test/test_specs.py
@@ -4641,4 +4641,4 @@ def test_index_select_stacked_not_supported(self):
4641
4642
if __name__ == "__main__":
4643
args, unknown = argparse.ArgumentParser().parse_known_args()
4644
- pytest.main([__file__, "--capture", "no", "--exitfirst"] + unknown)
+ pytest.main([__file__, "--capture", "no", "--exitfirst"] + unknown)
0 commit comments