-
Notifications
You must be signed in to change notification settings - Fork 111
Tests failing with "FileNotFoundError: [Errno 2]" and "Unknown directive type: 'currentmodule' [myst.directive_unknown]" #508
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@johanneskastl Thank you for this! How is the package being checked out? How are it and its dependencies being installed? e.g. If it's from git source, does |
The package is built in a offline environment, aka all dependencies are being prepared beforehand. This means all of the other packages are being installed via openSUSE's RPM package manager. |
|
@johanneskastl If you try v0.27.1, is anything different? |
I tried with 0.27.1 and one of the original errors ( I needed to work around the other one, as I need to rename the
Hence: Closing this issue! Thanks for your help! |
@johanneskastl Thank you for the detailed follow up! |
Just packaged v0.24.1 for openSUSE. The "unknown pytest option" error from #496 is gone, but I get two other errors that cause the build to fail.
One regarding a
file not found
. And one regardingUnknown directive type: 'currentmodule' [myst.directive_unknown]
.The latter might be due to a dependency's version being too old, but the constraints in pyproject.toml are fulfilled AFAIK.
Any ideas?
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: