Skip to content

Commit 579c35b

Browse files
author
Sylvain MARIE
committed
1.10.2 changelog
1 parent 8616d3b commit 579c35b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.10.2 - CI/CD change
4+
5+
- This is a technical release to validate that migration to Github Actions worked.
6+
37
### 1.10.1 - Now supporting `::` in test ids
48

59
- `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)

pytest_harvest/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# In order to run meta-tests, see https://docs.pytest.org/en/latest/writing_plugins.html
33
#
44
# IMPORTANT: the pytester plugin hangs instead of failing on windows, so a bug is hard to debug. The linux
5-
# version does not, so a run on the travis CI usually helps.
5+
# version does not, so a run on the CI usually helps.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ filterwarnings =
111111
[coverage:run]
112112
branch = True
113113
omit = *tests*
114-
# this is done in nox.py (github actions) or ci_tools/run_tests.sh (travis)
114+
# this is done in nox.py (github actions)
115115
# source = pytest_harvest
116116
# command_line = -m pytest --junitxml="reports/pytest_reports/pytest.xml" --html="reports/pytest_reports/pytest.html" -v pytest_harvest/tests/
117117

0 commit comments

Comments
 (0)