File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ chronological order. Releases follow `semantic versioning <https://semver.org/>`
6
6
all releases are available on `PyPI <https://pypi.org/project/pytask-parallel >`_ and
7
7
`Anaconda.org <https://anaconda.org/conda-forge/pytask-parallel >`_.
8
8
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
+
9
14
10
15
0.1.1 - 2022-02-08
11
16
------------------
Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ def task_raising_error():
272
272
@pytest .mark .end_to_end
273
273
@pytest .mark .parametrize ("parallel_backend" , PARALLEL_BACKENDS )
274
274
def test_generators_are_removed_from_depends_on_produces (tmp_path , parallel_backend ):
275
+ """Only works with pytask >=0.1.9."""
275
276
source = """
276
277
from pathlib import Path
277
278
import pytask
You can’t perform that action at this time.
0 commit comments