Skip to content

Commit

Permalink
1.10.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 22, 2021
1 parent 8616d3b commit 579c35b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.10.2 - CI/CD change

- This is a technical release to validate that migration to Github Actions worked.

### 1.10.1 - Now supporting `::` in test ids

- `get_session_synthesis_dct` now properly handles test ids where `::` is present in the id. This fix propagates to all `[module/session]_results_[dct/df]` fixtures, too. Fixes [#45](https://github.com/smarie/python-pytest-harvest/issues/45)
Expand Down
2 changes: 1 addition & 1 deletion pytest_harvest/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# In order to run meta-tests, see https://docs.pytest.org/en/latest/writing_plugins.html
#
# IMPORTANT: the pytester plugin hangs instead of failing on windows, so a bug is hard to debug. The linux
# version does not, so a run on the travis CI usually helps.
# version does not, so a run on the CI usually helps.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ filterwarnings =
[coverage:run]
branch = True
omit = *tests*
# this is done in nox.py (github actions) or ci_tools/run_tests.sh (travis)
# this is done in nox.py (github actions)
# source = pytest_harvest
# command_line = -m pytest --junitxml="reports/pytest_reports/pytest.xml" --html="reports/pytest_reports/pytest.html" -v pytest_harvest/tests/

Expand Down

0 comments on commit 579c35b

Please sign in to comment.