Merge pull request #201405 from SuperSandro2000/ibm-watson

python310Packages.ibm-watson: remove not required tox requirement
This commit is contained in:
Jonas Heinrich 2022-11-16 13:43:10 +01:00 committed by GitHub
commit d1b589378b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''