Skip to content

Commit

Permalink
Set placeholder environment variables for importcheck (Python 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 13, 2024
1 parent c13d750 commit 7912662
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
GITHUBAPP_ID=1234
GITHUBAPP_SECRET=abc123
GITHUBAPP_KEY=ABCDEFG
RH_BOT_IMPORTCHECK=1

[testenv:build]
setenv =
Expand Down

0 comments on commit 7912662

Please sign in to comment.