mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
python310Packages.auth0-python: adjust inputs
This commit is contained in:
parent
d6417bd306
commit
c548468651
@ -1,5 +1,8 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, aiohttp
|
||||||
|
, aioresponses
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, callee
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, mock
|
, mock
|
||||||
, pyjwt
|
, pyjwt
|
||||||
@ -17,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-sXEWg6zrwMs8pCSloJtLL3o7ZAXTTiMXEgI7sDaogr4=";
|
hash = "sha256-sXEWg6zrwMs8pCSloJtLL3o7ZAXTTiMXEgI7sDaogr4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -26,12 +29,15 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
aiohttp
|
||||||
|
aioresponses
|
||||||
|
callee
|
||||||
mock
|
mock
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# tries to ping websites (e.g. google.com)
|
# Tries to ping websites (e.g. google.com)
|
||||||
"can_timeout"
|
"can_timeout"
|
||||||
"test_options_are_created_by_default"
|
"test_options_are_created_by_default"
|
||||||
"test_options_are_used_and_override"
|
"test_options_are_used_and_override"
|
||||||
|
Loading…
Reference in New Issue
Block a user