Generate pytestCheckHook
input and usage in nativeCheckInputs
if you detect a pytest
dependency.
#193
Labels
pytestCheckHook
input and usage in nativeCheckInputs
if you detect a pytest
dependency.
#193
I recently used
nix-init
to package someone else's Python package and it was so, so nice. The only thing that it didn't really generate for me was the need to usepytestCheckHook
to run the package's test suite. It seems like it would be possible to parse arequirements.txt
orpyproject.toml
to look for apytest
dependency and then generate the necessary code to automatically run the package's test suite.The text was updated successfully, but these errors were encountered: