python311Packages.xyzservices: ignore network tests
This commit is contained in:
parent
48a0fb7aab
commit
59711a9839
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-M0K7pBDXlBKQ7tDlii5arbD3uXhj7EKDsoPEBu5yOig=";
|
hash = "sha256-M0K7pBDXlBKQ7tDlii5arbD3uXhj7EKDsoPEBu5yOig=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# requires network connections
|
||||||
|
"test_free_providers"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"xyzservices.providers"
|
"xyzservices.providers"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue