Skip to content

fix: move pytest from install_requires to tests_require#629

Open
fazalpsinfo-cmyk wants to merge 2 commits into
brightwind-dev:masterfrom
fazalpsinfo-cmyk:fix/move-pytest-to-dev-deps
Open

fix: move pytest from install_requires to tests_require#629
fazalpsinfo-cmyk wants to merge 2 commits into
brightwind-dev:masterfrom
fazalpsinfo-cmyk:fix/move-pytest-to-dev-deps

Conversation

@fazalpsinfo-cmyk

Copy link
Copy Markdown

Fixes #623

pytest is a test-time dependency and should not be in install_requires. This PR:

  • Moves pytest from install_requires to tests_require in setup.py
  • Removes pytest from requirements.txt

This prevents pytest from being installed in production/runtime environments where it is not needed.


If you found this useful, consider buying me a coffee!

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/dependencies] pytest is declared as a runtime install dependency

1 participant