Commit Graph
18 Commits
Author SHA1 Message Date
Noah D. Brenowitz c8a75ccf74 python3Packages.nbclassic: allow darwin network tests
(cherry picked from commit f1096cd92c93f2d72d8daeaa87a3edc844b458eb)
2021-05-26 19:33:40 -07:00
Noah D. Brenowitz a0011e1118 python3Packages.jupyterlab_server: allow darwin networking
(cherry picked from commit 7c29b3e082255fe9dfaff1240232d037a2e34c25)
2021-05-26 19:33:40 -07:00
Noah D. Brenowitz a2547d21eb python3Packages.jupyter_server: allow local networking
(cherry picked from commit 1244ddc7c66e0a87bd0f1c16ddf7c23c1d42d9f3)
2021-05-26 19:33:40 -07:00
Noah D. Brenowitz ff776b403a python3Packages.scikitlearn: disable flaky tests
* Disable all tests of the NuSVC estimator that use memmap'd data
* build in serial on darwin

Resolves #121988

(cherry picked from commit cb2891b8c88705dfa5092cf992b7f64ae04da781)
2021-05-26 00:29:23 -07:00
Noah D. Brenowitz 1473a2bf1a python3Packages.flufl_lock: fix darwin build
The code coverage requirement of 100% was too stringent on Darwin.

Since there is no way that we can address a lack of code coverage
downstream we remove this check.
2021-05-18 08:27:25 -07:00
Noah D. Brenowitz a3d423090b mpich: fix darwin build
The darwin build was failing because neither of the ch4backend libraries
build on darwin.

Changes:
* delete unused argument device
* pass the derivation for the ch4backend in directly rather than using
  a string to switch between two other arguments. (3 args to 1 arg)
* don't use ch4backend on Darwin

Resolves #121978
2021-05-06 21:08:19 -07:00
Noah D. Brenowitz fc98e85759 python3Packages.dask: disable network tests
There were hydra failures (https://hydra.nixos.org/build/141870744/nixlog/1) for some tests requiring data on github (failing on mac and linux), and tests requiring local network access on mac.
Disable the former and enable the latter.
2021-04-27 10:50:56 +02:00
Noah D. Brenowitz ceeaf2d066 python3Packages.dask: fix sandboxed builds
Importing dask.dataframe in a sandboxed build results in a TypeError like
this:

  File "/nix/store/nv60iri29bia4szhhcvsdxgsci4wxvp6-python3.8-dask-2021.03.0/lib/python3.8/site-packages/dask/dataframe/io/csv.py", line 392, in <module>
    AUTO_BLOCKSIZE = auto_blocksize(TOTAL_MEM, CPU_COUNT)
  File "/nix/store/nv60iri29bia4szhhcvsdxgsci4wxvp6-python3.8-dask-2021.03.0/lib/python3.8/site-packages/dask/dataframe/io/csv.py", line 382, in auto_blocksize
    blocksize = int(total_memory // cpu_count / memory_factor)
  TypeError: unsupported operand type(s) for //: 'int' and 'NoneType'

This occurs because dask.dataframe has a non-deterministic component which
generates an automatic chunk-size based on system information.

This went unnoticed because the dask tests were disabled.

Changes:
- add a patch making the chunk-size inference more robust
- re-enable the tests

Resolves #120307
2021-04-23 17:57:01 -07:00
Noah D. Brenowitz 510dc52b86 python3Packages.dask-ml: adding missing setup dependencies 2021-04-23 00:09:29 -07:00
Noah D. Brenowitz 47410ef56d pythonPackages.dask-glm: add missing build dependency
setuptools-scm is a setup requirement of this package.
2021-04-23 00:04:13 -07:00
Noah D. Brenowitz e195c22779 python3Packages.gcsfs: init at 2021.04.0 2021-04-22 23:49:04 -07:00
Noah D. Brenowitz ae4c837636 maintainers: add nbren12 2021-04-22 23:14:14 -07:00
Noah D. Brenowitz d595069d0f python3Packages.fsspec: 0.8.3 -> 2021.04.0
other changes:
- disable test exemption for a bug that a comment claims is no longer
valid.
2021-04-22 23:14:14 -07:00
Noah D. Brenowitz 5542995561 python37Packages.tensorflow-bin_2: soften additional versions
This package was broken on mac with some wildcarding issues.
Some more constraints in the tensorflow wheel needed to be relaxed.
2021-04-08 07:53:19 +00:00
Noah D. Brenowitz 1e48ad0403 python37Packages.google-auth-oauthlib: disable webserver tests
These tests fail in a sandboxed build on mac
2021-04-08 07:53:19 +00:00
Noah D. Brenowitz db242e1681 python37Packages.google-auth: disable network tests
This disables some tests that using a mocked webserver.
2021-04-08 07:52:55 +00:00
Noah D. Brenowitz 7ad342bc0d python3Packages.fiona: add missing dependency 2021-04-04 12:26:07 -07:00
Noah D. Brenowitz c2cb457ebf python37Packages.httplib: disable tests on darwin
Most of the tests were failing on Mac OS, and tests were only recently
enabled for this package.
2021-03-19 07:59:12 -07:00