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

adds Loader parameter to calls to yaml.load() #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmhsonnenkind
Copy link

This is necessary to avoid deprecation warning in PyYAML.

see also: #34

Signed-off-by: Martin Kloesch [email protected]

This is necessary to avoid deprecation warning in PyYAML.

see also: croach#34

Signed-off-by: Martin Kloesch <[email protected]>
@kam193
Copy link

kam193 commented Feb 25, 2020

@croach Hi, could be possible to review and merge this PR? It's a small change for flask-fixtures, but a very important step to clean hundreds of warnings :)

@po5i
Copy link

po5i commented Nov 17, 2021

PyYAML in version 6.0 requires the loader, so Flask-Fixtures is not working with the updated version of PyYAML. A release of this PR would be highly appreciated.

@jkugler
Copy link

jkugler commented Nov 17, 2021

Considering this was last touched three years ago, I don't hold out much hope for a release. The best course of action may be a fork, sadly.

@po5i
Copy link

po5i commented Nov 18, 2021

Does anyone know if there's a popular and active fork for this repo? I've seen this pattern in other open source projects.

@jkugler
Copy link

jkugler commented Nov 18, 2021

These are the current forks: https://github.com/croach/Flask-Fixtures/network/members
The only one that appeared to have anything remotely recent was this one: https://github.com/captec/Flask-Fixtures
Don't know if they have plans to keep going.

@kmhsonnenkind
Copy link
Author

Is @croach still active on github? Forking would work but finding someone to take over the project would imho be the better solution. Otherwise you'd need make a new project on pypi, readthedocs and so on...

@jkugler
Copy link

jkugler commented Nov 18, 2021

@kmhsonnenkind Oh, I totally agree. It would be better if someone could take over, but too many times I see projects and/or owners go completely unresponsive, so the community ends up with no choice but to fork under a new name. Often with an "-NG" suffix. :)

@croach
Copy link
Owner

croach commented Nov 18, 2021

Hello all, and sorry for the long silence. I created this project to fill a gap that I saw in unit testing for my team within LinkedIn, and subsequently open sourced it in case anyone else could use it. Around 3 years ago, I changed my career focus to data science, and as a result, I no longer work with Flask, or this library, regularly. I do think the library is useful and would like to see it flourish, so for that reason I would welcome transferring ownership to someone that could get more use from the library. @kmhsonnenkind since you have the current pull request, I wonder if you would be interested in taking over ownership of the project? If so, let me know and I will make the transfer.

@kmhsonnenkind
Copy link
Author

Hi, now I have to apologize about the (very) late response 😞

My situation is somewhat similar to @croach as I have also shifted focus at work. I might be able to take over the repo for maintenance but not much more. Checking in every so often to review a couple of pull requests should be doable but don't expect much new development from my side...

If noone else is willing or able, I would take over though...

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.

5 participants