Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass all args to pytest.main to propagate user options like -k (#1640)
Pass all args to pytest.main to propage user options like -k Tested locally with `python test/test_ops.py -k test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant` which previously just ran all the tests but after this PR will run 60, the same number as `pytest test/test_ops.py -k test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant`
- Loading branch information