python2Packages.urllib3: re-enable
Was disabled for no explained reason. Fixes: dced68b7 ('python3Packages.urllib3: enable tests (#114282)')
This commit is contained in:
parent
1a140c1e14
commit
8fff8b7127
@ -21,7 +21,6 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "urllib3";
|
||||
version = "1.26.3";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user