-
Notifications
You must be signed in to change notification settings - Fork 4
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
ModuleNotFoundError: No module named 'pytest' #801
Comments
Hey, oh I thought pytest is part of the requirements already as @gnn also makes use of it here. The test function |
So, the place I'm using "pytest" is part of the tests. These are not actually part of the installed package, i.e. it's not code which can be reached and run by standard means if you install the package. That's why "pytest" isn't part of the requirements already. It is part of the
I don't know whether I correctly understand that sentence. Do you mean that the tests unintentionally pick up the And while I'm at it, some (very) minor points:
|
Oh and yes, we could potentially add "pytest" to the requirements. But I'd rather avoid that if possible, as our requirements are already rather heavyweight. |
Thanks a lot for your very extensive answer @gnn !
You got that right, I renamed the function in afb8adb and kicked out pytest - github action tests in #588 now work out without the marker.
I don't understand what you mean by "be a link to its definition". |
I hotfixed it into |
eGon-data is not running on current dev branch. Manually installing
pytest
using pip solved the problem.@nesnoj: It seems to be caused by the e-mob branch. Could you solve this?
The text was updated successfully, but these errors were encountered: