python2Packages.urllib3: re-enable

Was disabled for no explained reason.

Fixes: dced68b7 ('python3Packages.urllib3: enable tests (#114282)')
This commit is contained in:
Dmitry Kalinkin 2021-03-19 17:16:35 -04:00
parent 1a140c1e14
commit 8fff8b7127
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -21,7 +21,6 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "urllib3"; pname = "urllib3";
version = "1.26.3"; version = "1.26.3";
disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;