diff options
| author | tassaron | 2022-05-09 22:04:50 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-09 22:05:05 -0400 |
| commit | e1cb15c639b950014bfce24ad292491292c50b0f (patch) | |
| tree | 61e490c1c65a25d4d8bc2e93e2bbc7024da73423 /setup.py | |
| parent | 401fbb9e395c266923b2ae46d0a7af14e0bf71fa (diff) | |
include test data in package, pytest-qt plugin for testing Qt event loop, remove useless pytest fixtures
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,7 +52,8 @@ setup( 'Pillow', 'PyQt5', 'numpy', - 'pytest' + 'pytest', + 'pytest-qt', ], entry_points={ 'console_scripts': [ |
