You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is thus an inconsistency where the Core is installed both from the local version and the production version, leading to the clear error:
ERROR: Cannot install -r doc/requirements.txt (line 6), OpenFisca-Core and flake8==4.0.1 because these package versions have conflicting dependencies.
Thus, the fix proposed in #1141 cannot be tested properly as the setup will always be inconsistent between testing on master and testing on a feature branch, as dependencies will be pulled from master.
I cannot reproduce the issue in #1136 anymore, nor can reproduce failing tests locally with make test-doc.
Could you please attach to this issue a description of how to reproduce the failure?
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
I created a PR #1138
Here is what I expected to happen:
All tests to pass.
Here is what actually happened:
Doc tests are failing since the merging of #1137 .
Here is data (or links to it) that can help you reproduce this issue:
It sems to me that #1137 did not create the problem, but solved it partially.
Context
I identify more as a:
The text was updated successfully, but these errors were encountered: