Conversation
|
The test cases are failing but they work on my local after I downgraded the pytest library. |
|
I am taking a look at it. I'll inform you |
|
Tests passed for me locally with the following versions: Python 3.11.13, pytest-8.3.5, pluggy-1.5.0 |
|
Looking at the CI/CD failure stack trace, it's failing specifically in a line calling @register, which is a factoryboy decorator. That suggests a couple avenues for investigation:
Also because Gogo was able to reproduce the failure with one version of pytest, and then make the failure go away with another version of pytest, it's possible we could address it that way. It looks like pytest is not itself listed in requirements.txt. (Only the pytest-django package is, which contains some utilities for working with pytest and django).
|
lisad
left a comment
There was a problem hiding this comment.
OK to merge this when the package version branch is merged in and tests pass

Closes #93