Skip to content

Commit

Permalink
test: allow Snakemake tests to run on newer Python versions (reanahub…
Browse files Browse the repository at this point in the history
…#699)

After upgrading Snakemake to version 7.32.4 (reanahub/reana-commons#435)
there is no need to avoid running Snakemake tests on Python 3.11 and
3.12, as it should be supported.

Closes reanahub#655
  • Loading branch information
giuseppe-steduto committed Jan 26, 2024
1 parent fa5b7c7 commit bbc98c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_cli_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,6 @@ def test_create_snakemake_workflow_from_json_parameters(
external_parameter_yaml_file,
):
"""Test create workflow from json with external parameters."""
if sys.version_info.major == 3 and sys.version_info.minor in (11, 12):
pytest.xfail(
"Snakemake features of reana-client are not supported on Python 3.11"
)
status_code = 201
response = {
"message": "The workflow has been successfully created.",
Expand Down

0 comments on commit bbc98c6

Please sign in to comment.