Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix functional tests and generate docs for analysis only #45

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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