-
Notifications
You must be signed in to change notification settings - Fork 0
Artilce page #148
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
Artilce page #148
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK to merge this when the package version branch is merged in and tests pass

Closes #93