We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
some tests are run as part of the borg self test which is executed at every start of borg.
borg
as borg does not and must not require pytest for a normal installation, these tests must not use pytest.
pytest
there is a comment in the relevant test files (e.g. some crypto tests), but it is easy to miss.
guess we better add an assert checking that there is no pytest in the module namespace for all modules used in that way.
assert
The text was updated successfully, but these errors were encountered:
2c25123
Merge pull request #6670 from ThomasWaldmann/no-pytest-check-master
4acfcf2
check that borg does not require pytest for normal usage, fixes #6563
ThomasWaldmann
No branches or pull requests
some tests are run as part of the borg self test which is executed at every start of
borg.as borg does not and must not require
pytestfor a normal installation, these tests must not usepytest.there is a comment in the relevant test files (e.g. some crypto tests), but it is easy to miss.
guess we better add an
assertchecking that there is nopytestin the module namespace for all modules used in that way.The text was updated successfully, but these errors were encountered: