Skip to content

Commit

Permalink
fix Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 14, 2024
1 parent 706e968 commit 32bf28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _check_libnetcdf_version():
reason="NCZarr is not officially supported for your OS as of when this API was written",
)
@pytest.mark.skipif(
subprocess.check_output(["nc-config", "--has-nczarr"]) != b"yes\n",
subprocess.check_output(ncconfig + ["--has-nczarr"]) != b"yes\n",
reason="NCZarr support was not built with this netCDF version",
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 32bf28b

Please sign in to comment.