Skip to content

Commit

Permalink
skip cmdstanpy tests (#2279)
Browse files Browse the repository at this point in the history
* skip cmdstanpy tests

* fix path

* use skip

* try double skip
  • Loading branch information
ahartikainen authored Sep 13, 2023
1 parent d163000 commit ebade51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arviz/tests/external_tests/test_data_cmdstanpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def _create_test_data():
return fit_files


@pytest.mark.skip("Temporary skip until converter is fixed.")
@pytest.mark.skipif(sys.version_info < (3, 6), reason="CmdStanPy is supported only Python 3.6+")
class TestDataCmdStanPy:
@pytest.fixture(scope="session")
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addopts = --strict -rsf --durations=20 -p no:warnings
console_output_style = count
junit_family= xunit1
markers =
slow: Convenience marker to skip slower running tests during local development
slow: Convenience marker to skip slower running tests during local development

0 comments on commit ebade51

Please sign in to comment.