File tree Expand file tree Collapse file tree 4 files changed +10
-28
lines changed
Expand file tree Collapse file tree 4 files changed +10
-28
lines changed Original file line number Diff line number Diff line change 3535 - pytask --help
3636 - pytask clean
3737 - pytask markers
38+ - pytask collect
3839
3940 - pytest tests
4041
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - uses : actions/checkout@v2
25- - uses : goanpeca /setup-miniconda@v1
25+ - uses : conda-incubator /setup-miniconda@v2
2626 with :
2727 auto-update-conda : true
2828 python-version : ${{ matrix.python-version }}
8484
8585 - name : Run pre-commit
8686 run : tox -e pre-commit
87-
88-
89- # docs:
90-
91- # name: Run documentation.
92- # runs-on: ubuntu-latest
93-
94- # steps:
95- # - uses: actions/checkout@v2
96- # - uses: goanpeca/setup-miniconda@v1
97- # with:
98- # auto-update-conda: true
99- # python-version: 3.8
100-
101- # - name: Install core dependencies.
102- # shell: bash -l {0}
103- # run: conda install -c conda-forge tox-conda
104-
105- # - name: Build docs
106- # shell: bash -l {0}
107- # run: tox -e sphinx
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ all releases are available on `Anaconda.org
77<https://anaconda.org/pytask/pytask-parallel> `_.
88
99
10+ 0.0.5 - 2020-xx-xx
11+ ------------------
12+
13+ - :gh: `5 ` fixes the CI and other smaller issues.
14+
15+
10160.0.4 - 2020-10-30
1117------------------
1218
Original file line number Diff line number Diff line change @@ -45,17 +45,13 @@ warn-symbols =
4545addopts = --doctest-modules
4646filterwarnings =
4747 ignore: the imp module is deprecated in favour of importlib
48- junit_family = xunit2
48+ ignore: The (symbol|parser) module is deprecated and will be removed in future
49+ ignore: Using or importing the ABCs from ' collections' instead of from
4950markers =
5051 wip: Tests that are work-in-progress.
5152 unit: Flag for unit tests which target mainly a single function.
5253 integration: Flag for integration tests which may comprise of multiple unit tests.
5354 end_to_end: Flag for tests that cover the whole program.
54-
55- depends_on: pytask dependency syntax
56- produces: pytask product syntax
57- skip_unchanged: internal marker to skip tasks which do not have to run.
58- skip_ancestor_failed: internal marker to skip tasks whose ancestor have failed.
5955norecursedirs =
6056 .idea
6157 .tox
You can’t perform that action at this time.
0 commit comments