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

Update development dependencies to match kobotoolbox/kpi #330

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

jnm
Copy link
Member

@jnm jnm commented Jan 21, 2025

Because this is a library, dependencies (in setup.py) are unpinned, but development dependencies (for running pytest, etc.) are pinned. This updates those pinned dependencies to match what happens when this library is installed as a dependency of kpi.

To verify, follow the README to set up a virtual environment and run pytest. All tests should pass.

Attention: if you receive AttributeError: 'Survey' object has no attribute 'update', this is caused by breaking changes in pyxform 3.0.0. Run pip install pyxform==2.2.0 and try again.

Because this is a library, dependencies (in setup.py) are unpinned, but
development dependencies (for running pytest, etc.) *are* pinned. This
updates those pinned dependencies to match what happens when this
library is installed as a dependency of kpi
@coveralls
Copy link

Coverage Status

coverage: 86.634% (-0.04%) from 86.669%
when pulling 27e1cb1 on update-dependencies-to-match-kpi
into 894d285 on main.

@jnm jnm merged commit 570ae9b into main Jan 22, 2025
0 of 3 checks passed
@jnm jnm deleted the update-dependencies-to-match-kpi branch January 22, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants