generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
pytest
now unintentional runtime dependency
#698
Comments
mih
changed the title
May 21, 2024
pytest
nonw unintentional runtime dependencypytest
now unintentional runtime dependency
It might be possible to guard the import of the patch to detect if pytest is running:
Or alternatively |
mih
added a commit
to mih/datalad-next
that referenced
this issue
May 21, 2024
Since 1.4.0 a plain `datalad_next` import required `pytest`. This was due to the datalad-core patch `fix_ria_ora_tests` add in datalad#669, and was discovered by Debian's CI Closes: datalad#698 Refs: datalad#669, https://ci.debian.net/packages/d/datalad-next/testing/amd64/46884776/
mih
added a commit
to mih/datalad-next
that referenced
this issue
May 21, 2024
Since 1.4.0 a plain `datalad_next` import required `pytest`. This was due to the datalad-core patch `fix_ria_ora_tests` add in datalad#669, and was discovered by Debian's CI Thanks to @aqw for the recommendation. Closes: datalad#698 Refs: datalad#669, https://ci.debian.net/packages/d/datalad-next/testing/amd64/46884776/
mih
added a commit
to mih/datalad-next
that referenced
this issue
May 21, 2024
Since 1.4.0 a plain `datalad_next` import required `pytest`. This was due to the datalad-core patch `fix_ria_ora_tests` added in datalad#669, and was discovered by Debian's CI Thanks to @aqw for the recommendation. Closes: datalad#698 Refs: datalad#669, https://ci.debian.net/packages/d/datalad-next/testing/amd64/46884776/
mih
added a commit
to mih/datalad-next
that referenced
this issue
May 21, 2024
Since 1.4.0 a plain `datalad_next` import required `pytest`. This was due to the datalad-core patch `fix_ria_ora_tests` added in datalad#669, and was discovered by Debian's CI Thanks to @aqw for the recommendation. Closes: datalad#698 Refs: datalad#669, https://ci.debian.net/packages/d/datalad-next/testing/amd64/46884776/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look here: https://ci.debian.net/packages/d/datalad-next/testing/amd64/46884776/#S4
A plain import now requires
pytest
. This is due to the datalad-core patch fixing up some tests that was introduced with #669This needs to be undone.
Ping @christian-monch for awareness.
The text was updated successfully, but these errors were encountered: