File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323 },
2424 { "run": "sudo apt update" },
2525 { "run": "sudo apt install -y libkrb5-dev" },
26- { "run": "pip install flake8 mock " },
26+ { "run": "pip install flake8" },
2727 { "run": "pip install -r requirements.txt" },
2828 { "run": "python3 -m unittest" },
2929 {
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def get_version():
5252 'gssapi' ,
5353 ],
5454 test_suite = 'test_requests_gssapi' ,
55- tests_require = ['mock' ],
5655 classifiers = [
5756 "License :: OSI Approved :: ISC License (ISCL)"
5857 ],
Original file line number Diff line number Diff line change 44"""Tests for requests_gssapi."""
55
66from base64 import b64encode
7- from mock import Mock , patch
7+ from unittest . mock import Mock , patch
88from requests .compat import urlparse
99import requests
1010
You can’t perform that action at this time.
0 commit comments