summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index dac7fad..b5eea71 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,11 +4,15 @@
-r requirements.txt
wheel # To build wheels
Sphinx # To build the documentation in doc/
-lxml # For test coverage in run_test.py
-coverage # For test coverage in run_test.py
pillow # For loading images in documentation generation
nbsphinx # For converting ipynb in documentation
pandoc # For documentation Qt snapshot updates
+pytest # For testing
+pytest-xvfb # For GUI testing
+pytest-cov # For coverage
+
+hdf5plugin # For HDF5 compression filters handling
+
# Use dev version of PyInstaller to keep hooks up-to-date
https://github.com/pyinstaller/pyinstaller/archive/develop.zip; sys_platform == "win32"