summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-09-23 21:09:56 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-09-23 21:09:56 +0200
commite1c56ff290fe78847082dacc1ea33aaa564e2098 (patch)
tree4169e5dac7712bcfd6970b496371d887bd3ca7da /pkgs/development/python-modules/auth0-python
parentea8ff5a1298c48db97d65c64acd64bce436d4329 (diff)
python3Packages.auth0-python: 3.17.0 -> 3.18.0
Diffstat (limited to 'pkgs/development/python-modules/auth0-python')
-rw-r--r--pkgs/development/python-modules/auth0-python/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix
index 6d47f95e7564..41e0ede31c5d 100644
--- a/pkgs/development/python-modules/auth0-python/default.nix
+++ b/pkgs/development/python-modules/auth0-python/default.nix
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "auth0-python";
- version = "3.17.0";
+ version = "3.18.0";
src = fetchPypi {
inherit pname version;
- sha256 = "7b21bf91859ea56ac3b665efe5e73340c65dfd30de01081ff334a18a35a188a6";
+ sha256 = "sha256-jitJF+puXaLv3qyJOjLFetzxRpnlbi4BKS0TzDmCRe8=";
};
propagatedBuildInputs = [
@@ -30,6 +30,8 @@ buildPythonPackage rec {
disabledTests = [
# tries to ping websites (e.g. google.com)
"can_timeout"
+ "test_options_are_created_by_default"
+ "test_options_are_used_and_override"
];
pythonImportsCheck = [ "auth0" ];