python3Packages.requests-oauthlib: 1.3.1 -> 2.0.0
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "requests-oauthlib";
|
||||
version = "1.3.1";
|
||||
version = "2.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-db6sSkeIHuuU1epdatMe+IhWr/4jMrmq+1LGRSzPDXo=";
|
||||
hash = "sha256-s9/669iE2M13hJQ2lgOp57WNKREb9rQb3C3NhyA69Ok=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -37,6 +37,9 @@ buildPythonPackage rec {
|
||||
"test_url_is_native_str"
|
||||
];
|
||||
|
||||
# Requires selenium and chrome
|
||||
disabledTestPaths = [ "tests/examples/test_native_spa_pkce_auth0.py" ];
|
||||
|
||||
pythonImportsCheck = [ "requests_oauthlib" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user