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

Do not require nor ship pytest and dependancies with json2xml #104

Merged

Conversation

psi29a
Copy link
Contributor

@psi29a psi29a commented Jan 31, 2022

Resolves #103

This puts testing related requirements into test_requirements in setup.py; this frees up requirements.in to only be libs needed for json2xml to run.

Running python setup.py test still works.

Also fixed tox, it now runs correctly. It is trying to run setup.py which requires requirements.txt which wasn't in the MANIFEST.in file. Should be good to go!

Please issue a bug fix release. :)

This should now unblock others from using json2xml who have strict split in deployment and testing.

@psi29a psi29a changed the title split testing libs away from release Do not require nor ship pytest and dependancies with json2xml Jan 31, 2022
@vinitkumar
Copy link
Owner

@psi29a You are outstanding. Thanks for this contribution, busy at work now, but expect a bugfix release tonight. Will comment on this thread when I do it.

@psi29a
Copy link
Contributor Author

psi29a commented Jan 31, 2022

@vinitkumar brilliant, thank you! :D

@vinitkumar vinitkumar merged commit 0384141 into vinitkumar:master Jan 31, 2022
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.

PyTest pegged to version number
2 participants