Skip to content

Releases: reanahub/pytest-reana

pytest-REANA 0.9.2

30 Nov 09:53
Compare
Choose a tag to compare
  • Changes CI to use the stable release of Python 3.12.

pytest-REANA 0.9.1

26 Sep 15:00
67d37d3
Compare
Choose a tag to compare
  • Adds support for Python 3.12.
  • Changes apispec dependency version in order to be compatible with PyYAML v6.
  • Fixes container image fixtures to be Podman-compatible.
  • Fixes Kombu documentation linking.

pytest-REANA 0.9.0

26 Sep 15:28
Compare
Choose a tag to compare
  • Adds fixture providing example of user secrets needed for Kerberos tests.
  • Adds support for Python 3.11.
  • Fixes location of Celery docs for ReadTheDocs pages.
  • Removes hard-dependency on black code formatter version.

pytest-REANA 0.8.1

06 Jan 12:40
Compare
Choose a tag to compare
  • Adds support for Python 3.10.

pytest-REANA 0.8.0

06 Jan 12:40
Compare
Choose a tag to compare
  • Adds nested Yadage workflow specification fixture.
  • Adds empty workflow workspaces for sample workflows by default.
  • Adds internal representation of a scatter-gather Snakemake workflow fixture.
  • Changes tmp_shared_volume_path fixture to be configurable through environment variable.
  • Changes fixtures to run with the full workspace path stored in the database.
  • Removes support for Python 2.

pytest-REANA 0.7.2

02 Jul 14:25
Compare
Choose a tag to compare
  • Changes internal dependencies to remove click.

pytest-REANA 0.7.1

02 Jul 14:25
Compare
Choose a tag to compare
  • Adds support for Python 3.9.
  • Fixes minor code warnings.
  • Fixes installation by upgrading REANA-DB version.

pytest-REANA 0.7.0

20 Oct 15:28
Compare
Choose a tag to compare
  • Adds new __reana database schema for db fixture.
  • Fixes a problem related to duplicated database session.
  • Changes code formatting to respect black coding style.
  • Changes documentation to single-page layout.

pytest-REANA 0.6.0

19 Dec 14:32
v0.6.0
Compare
Choose a tag to compare
  • Adds fixtures for secrets store.
  • Centralises test requirements.
  • Adds Python 3.8 support.

pytest-REANA 0.5.0

17 Apr 09:28
Compare
Choose a tag to compare
  • Makes workspace path configurable for the sample_workflow_workspace
    fixture through the path parameter.
  • Adds sample_serial_workflow_in_db fixture.
  • Exposes previously hidden sample_yadage_workflow_in_db fixture.
  • Adds missing database session close in session fixture.
  • Adds helpers to represent starting and requeueing job conditions,
    sample_condition_for_starting_queued_workflows and
    sample_condition_for_requeueing_workflows.