add missing test dependency

This commit is contained in:
Jean-Paul Calderone 2023-07-07 11:47:04 -04:00
parent ddf4777153
commit 2271ca4698

View File

@ -54,6 +54,7 @@ buildPythonPackage rec {
];
unittest = [
beautifulsoup4
html5lib
fixtures
hypothesis
mock