diff --git a/docs/unit-tests.md b/docs/unit-tests.md index c6d94d1921..5eb559c6c2 100644 --- a/docs/unit-tests.md +++ b/docs/unit-tests.md @@ -150,7 +150,6 @@ This can be done as follows (copy-paste the GitHub token at the `Password:` prom ``` console $ python >>> import getpass, keyring ->>> keyring.set_keyring(keyring.backends.file.PlaintextKeyring()) >>> keyring.set_password('github_token', 'easybuild_test', getpass.getpass()) Password: >>> exit()