python310Packages.ibm-watson: remove not required tox requirement

This commit is contained in:
Sandro Jäckel 2022-11-16 00:11:05 +01:00
parent e4d99ffc58
commit bbea26a395
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -5,7 +5,6 @@
, pytestCheckHook
, python-dotenv
, pytest-rerunfailures
, tox
, requests
, python-dateutil
, websocket-client
@ -39,7 +38,6 @@ buildPythonPackage rec {
pytestCheckHook
python-dotenv
pytest-rerunfailures
tox
];
postPatch = ''