Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Pin pytest (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeygui authored Nov 2, 2021
1 parent ec0a572 commit 175efc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ros/foxy/patch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
:: remove Vcpkg python38.dll to avoid conflicts
DEL /F /Q %INSTALL_DIR%\bin\python38.dll

:: Lock pytest to 6.0.0.
:: When running 6.1.0 or later, pytest fails to load due to a dependency on result log.
:: https://github.com/pytest-dev/pytest-rerunfailures/issues/128
pip install pytest==6.0.0

:: bootstrap vcpkg
powershell .\ros\%ROS_DISTRO%\vcpkg.ps1 -InstallDir "%INSTALL_DIR%"
if errorlevel 1 exit 1

0 comments on commit 175efc2

Please sign in to comment.