Skip to content

Commit

Permalink
Fix functional tests and generate docs for analysis only (#45)
Browse files Browse the repository at this point in the history
- Update expected results in functional tests, because the output of statistics.Complexity changed in elephant >= 0.13.0
- Fix warning when building docs, and include blueetl.analysis only
  • Loading branch information
GianlucaFicarelli committed Jul 17, 2024
1 parent 051f5c0 commit 6968c00
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 0.11.3
--------------

Bug Fixes
~~~~~~~~~

- Update expected results in functional tests, because the output of statistics.Complexity changed in elephant >= 0.13.0.
- Fix warning when building docs, and include ``blueetl.analysis`` only.

Version 0.11.2
--------------

Expand Down
2 changes: 1 addition & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ API
:toctree: generated
:recursive:

blueetl
blueetl.analysis
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ extras =
all
deps =
{[base]testdeps}
elephant>=0.10.0,<0.13.0 # CPDF output changed in 0.13.0
commands =
python -m pytest -vs --cov={[base]name} tests/unit {posargs}
coverage xml
Expand All @@ -38,7 +37,6 @@ setenv =
deps =
{[base]testdeps}
pytest-xdist
elephant>=0.10.0,<0.13.0 # CPDF output changed in 0.13.0
bluepy>=2.5.2
commands = python -m pytest -n6 -vs tests/functional {posargs}

Expand Down

0 comments on commit 6968c00

Please sign in to comment.