From e1cb15c639b950014bfce24ad292491292c50b0f Mon Sep 17 00:00:00 2001 From: tassaron Date: Mon, 9 May 2022 22:04:50 -0400 Subject: include test data in package, pytest-qt plugin for testing Qt event loop, remove useless pytest fixtures --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0ed943c..9a8c5ca 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,8 @@ setup( 'Pillow', 'PyQt5', 'numpy', - 'pytest' + 'pytest', + 'pytest-qt', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3