-
Notifications
You must be signed in to change notification settings - Fork 50
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
Missing test dependencies: hypothesis #753
Comments
This requirement is installed through tox. I agree it should be listed in the setup.cfg under the test requirements, but for the short term: can you use tox to run tests ? |
Describe in the docu how and then I can. And I don't trust your tox config. Even your vanilla unit tests do use the real filesystem. How does tox mess up my system then? Your tox do not work out of the box. See #755. |
Ok lets move the test dependencies out of the tox config so tests can by simply be run with |
it looks like all the test dependencies are already liste in the test extras: https://github.com/twisted/pydoctor/blob/662eafaedcdfcfa0c5a83c1048c28f187fbcf4c9/setup.cfg#L64C6-L64C6 so it’s just a matter of installing the test extra and documenting this process. |
I installed via
--editable
and got this error message.There is no pyproject.toml and also in the setup.* file I can not see a dedicated install target (e.g.
python3 -m pip install -e .[dev]
).Hypothesis should be a dependency.
The text was updated successfully, but these errors were encountered: