python37Packages.google-cloud-bigquery: 2.6.2 → 2.7.0
This commit is contained in:
parent
df6f0fbcba
commit
2ecc4cd19f
@ -4,6 +4,7 @@
|
|||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, freezegun
|
, freezegun
|
||||||
, google-cloud-core
|
, google-cloud-core
|
||||||
|
, google-cloud-storage
|
||||||
, google-cloud-testutils
|
, google-cloud-testutils
|
||||||
, google-resumable-media
|
, google-resumable-media
|
||||||
, grpcio
|
, grpcio
|
||||||
@ -11,16 +12,17 @@
|
|||||||
, mock
|
, mock
|
||||||
, pandas
|
, pandas
|
||||||
, proto-plus
|
, proto-plus
|
||||||
|
, psutil
|
||||||
, pyarrow
|
, pyarrow
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-bigquery";
|
pname = "google-cloud-bigquery";
|
||||||
version = "2.6.2";
|
version = "2.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1c940bf190a681d80b6f6cd7541924ad411de5f0585b2c8c5e420ab750e2024d";
|
sha256 = "29721972f5e539e486fbdc722ddf849ad86acd092680d16c271430dc16023544";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -36,6 +38,8 @@ buildPythonPackage rec {
|
|||||||
ipython
|
ipython
|
||||||
mock
|
mock
|
||||||
pandas
|
pandas
|
||||||
|
psutil
|
||||||
|
google-cloud-storage
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -44,6 +48,12 @@ buildPythonPackage rec {
|
|||||||
rm -r google
|
rm -r google
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# requires credentials
|
||||||
|
"test_bigquery_magic"
|
||||||
|
"TestBigQuery"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"google.cloud.bigquery"
|
"google.cloud.bigquery"
|
||||||
"google.cloud.bigquery_v2"
|
"google.cloud.bigquery_v2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user