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
I have a current issue where a project I'm trying to deploy in a function has a valid dependency requirement for a more recent version range of pytest which is not compatible with the pinned version in fdk-python ([email protected]). The current pytest release is 7.3.1.
If I understand correctly pytest is also not a core dependency for fdk-python but supports the unit tests capability.
Can pytest version be safely upgraded in the project to something more modern?
Can pytest be a development dependency and not a required dependency since it's really not a "production" release requirement of a function.
The text was updated successfully, but these errors were encountered:
I have a current issue where a project I'm trying to deploy in a function has a valid dependency requirement for a more recent version range of
pytest
which is not compatible with the pinned version infdk-python
([email protected]). The currentpytest
release is 7.3.1.If I understand correctly
pytest
is also not a core dependency forfdk-python
but supports the unit tests capability.pytest
version be safely upgraded in the project to something more modern?pytest
be a development dependency and not a required dependency since it's really not a "production" release requirement of a function.The text was updated successfully, but these errors were encountered: