Skip to content

Commit

Permalink
Hard-code the username for the sake of the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 27, 2022
1 parent 58362d0 commit c7a0621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ commands =
pytest {posargs}
usedevelop = True
extras = testing
passenv =
# required for getpass.getuser()
USERNAME
env =
# required for github.username()
GITHUB_USERNAME = jaraco

[testenv:docs]
extras =
Expand Down

0 comments on commit c7a0621

Please sign in to comment.