forked from mirrors/nixpkgs
Merge pull request #201406 from SuperSandro2000/ibm-cloud-sk-core
python310Packages.ibm-cloud-sdk-core: remove not required tox dependency
This commit is contained in:
commit
62bbc66e20
|
@ -7,7 +7,6 @@
|
|||
, pythonOlder
|
||||
, requests
|
||||
, responses
|
||||
, tox
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -31,7 +30,6 @@ buildPythonPackage rec {
|
|||
checkInputs = [
|
||||
pytestCheckHook
|
||||
responses
|
||||
tox
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
|
Loading…
Reference in a new issue