Skip to content

Commit e66bd7c

Browse files
committed
fix.
1 parent cf87b37 commit e66bd7c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ chronological order. Releases follow `semantic versioning <https://semver.org/>`
66
all releases are available on `PyPI <https://pypi.org/project/pytask-parallel>`_ and
77
`Anaconda.org <https://anaconda.org/conda-forge/pytask-parallel>`_.
88

9+
0.1.2 - 2022-xx-xx
10+
------------------
11+
12+
- :gh:`36` adds a test for https://github.com/pytask-dev/pytask/issues/216.
13+
914

1015
0.1.1 - 2022-02-08
1116
------------------

tests/test_execute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def task_raising_error():
272272
@pytest.mark.end_to_end
273273
@pytest.mark.parametrize("parallel_backend", PARALLEL_BACKENDS)
274274
def test_generators_are_removed_from_depends_on_produces(tmp_path, parallel_backend):
275+
"""Only works with pytask >=0.1.9."""
275276
source = """
276277
from pathlib import Path
277278
import pytask

0 commit comments

Comments
 (0)