You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Since #8, there has been a dependency on pluggy which is not listed in install_requires / requirements.txt.
On the other hand, as best as I can tell, pytest is only required to run tests (which is reasonable), yet is present in install_requires instead of only in tests_require, thus requiring every riscv_isac user to have it on their computer (which is not). It would be better to move it to the latter.
The text was updated successfully, but these errors were encountered:
@pawks I’m fine doing that, sure. Do you want to make a separate test_requirements.txt or just special-case pytest for now? (I could even imagine comment-separated sections in the current requirements.txt file, but that sounds more fancy that this tiny problem is worth, honestly.)
Since #8, there has been a dependency on pluggy which is not listed in
install_requires
/requirements.txt
.On the other hand, as best as I can tell,
pytest
is only required to run tests (which is reasonable), yet is present ininstall_requires
instead of only intests_require
, thus requiring everyriscv_isac
user to have it on their computer (which is not). It would be better to move it to the latter.The text was updated successfully, but these errors were encountered: