Skip to content

Commit

Permalink
Changed sys_platform to the platform_system for Reporter pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Oct 12, 2024
1 parent 81b8484 commit 03c9586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Regression/Reporter/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>2; python_version > '3.12' and platform_system == 'Windows'
PyMuPDF>=1.23.1; python_version > '3.12' and platform_system == 'Windows'
robotframework
numpy>2; python_version > '3.12' and sys_platform == 'windows'
PyMuPDF>=1.23.1; python_version > '3.12' and sys_platform == 'windows'
robotframework-doctestlibrary
# pyscreeze 0.1.29 doesn't seem to work with pyautogui 0.9.53
pyscreeze==0.1.28
Expand Down

0 comments on commit 03c9586

Please sign in to comment.