Skip to content

Commit

Permalink
Ignore python deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua committed Aug 28, 2020
1 parent 626b81b commit 52a9196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ REM Activate the EDFI_PERFORMANCE virtual environment for the remainder of this
call C:\virtualenv\EDFI_PERFORMANCE\Scripts\activate.bat

REM Install test suite dependencies.
SET PYTHONWARNINGS=ignore:DEPRECATION
python -m pip install --upgrade pip
pip install -r requirements.txt

REM Launch the test run.
Expand Down

0 comments on commit 52a9196

Please sign in to comment.