Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-jafari committed Feb 11, 2025
1 parent 22d3f49 commit b4fad39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/release/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

@pytest.mark.parametrize(
"pytest_args",
# TODO: [MIC-5508] finalize parameter set
[
([]),
(["--dataset", "acs"]),
Expand All @@ -16,6 +17,7 @@
(["--dataset", "wic", "--year", "2015"]),
# (["--dataset", "wic", "--population", "USA", "--state", "RI", "--year", "2015"]),
],
# TODO: [MIC-5508] use more informative IDs
ids=["1", "2", "3", "4"],
)
def test_release_tests(
Expand All @@ -27,8 +29,6 @@ def test_release_tests(
"--release",
"test_release.py",
"--check-max-tb=1000",
"--population",
"USA",
f"--output-dir={release_output_dir}",
]
cmd = base_cmd + pytest_args
Expand Down

0 comments on commit b4fad39

Please sign in to comment.