Skip to content

Commit beece54

Browse files
committed
[build] setup.py: Remove pytest from the install_requires
1 parent 197fb60 commit beece54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def __init__(self, script, initScript=None, base=None, targetName=None, icons=No
143143
setup(
144144
name="Meshroom",
145145
description="Meshroom",
146-
install_requires=['psutil', 'pytest', 'PySide6', 'markdown'],
146+
install_requires=['psutil', 'PySide6', 'markdown'],
147147
setup_requires=[
148148
'cx_Freeze'
149149
],

0 commit comments

Comments
 (0)