python310Packages.jaraco-net: Add missing test dependency

This commit is contained in:
Martin Weinelt 2023-03-09 17:59:44 +01:00
parent c98a8d85e2
commit cd5d83212a
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -24,6 +24,7 @@
, pytestCheckHook
, cherrypy
, importlib-resources
, pyparsing
, requests-mock
}:
@ -75,6 +76,7 @@ buildPythonPackage rec {
pytestCheckHook
cherrypy
importlib-resources
pyparsing
requests-mock
];