You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The numerous failures appear only after .pylintrc has been modified. Reverting .pylintrc to its original state, and then running tests again, results in the same output as the first run.
It seems to me that running tests should not be modifying any tracked files (which subsequently have to be reverted or manually excluded from commits).
The text was updated successfully, but these errors were encountered:
Running tests modifies the file
.pylintrc
, by appending the lineRunning tests a second time yields numerous failures. An example of this is shown below:
The numerous failures appear only after
.pylintrc
has been modified. Reverting.pylintrc
to its original state, and then running tests again, results in the same output as the first run.It seems to me that running tests should not be modifying any tracked files (which subsequently have to be reverted or manually excluded from commits).
The text was updated successfully, but these errors were encountered: