Skip to content

Commit

Permalink
Weekly cronjob no longer tests notebooks (for now) (#265)
Browse files Browse the repository at this point in the history
As of right now, our unit tests for notebooks are unreliable and as a
result we get false positives. Therefore it is proposed to disable it
for now until we have a better solution how to fix the notebook tests
(which are a bit more extensive examples than normal unit test).
  • Loading branch information
Reinier Koops authored Aug 17, 2024
1 parent 45f383b commit 566ddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cronjob_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run (unit) tests
env:
TEST_NOTEBOOKS: 1
TEST_NOTEBOOKS: 0
run: |
pytest --cov=probatus/binning --cov=probatus/metric_volatility --cov=probatus/missing_values --cov=probatus/sample_similarity --cov=probatus/stat_tests --cov=probatus/utils --cov=probatus/interpret/ --ignore==tests/interpret/test_inspector.py --cov-report=xml
pyflakes probatus

0 comments on commit 566ddda

Please sign in to comment.