Commit Graph

28603 Commits

Author SHA1 Message Date
Robert Scott
5bae3c6746 python3Packages.hdbscan: disable another flaky test 2021-05-26 22:22:19 +01:00
Fabian Affolter
40ab718862 Merge pull request #124201 from fabaff/tests-pyppeteer
python3Packages.pyppeteer: enable tests
2021-05-26 22:24:44 +02:00
Fabian Affolter
77b08e24b9 python3Packages.aioshelly: 0.6.3 -> 0.6.4 2021-05-26 08:45:15 -07:00
Fabian Affolter
f43e46e6de python3Packages.pyfritzhome: 0.6.0 -> 0.6.1 2021-05-26 08:44:08 -07:00
Phillip
36e7b8509a qcengine: init at 0.19.0 (#124501) 2021-05-26 17:07:40 +02:00
Dmitry Kalinkin
66e7fcf53f Merge pull request #124439 from rnhmjoj/mpl
pythonPackages.matplotlib: fix headless detection
2021-05-26 04:59:42 -04:00
Fabian Affolter
05ef940b94 python3Packages.pylutron-caseta: 0.9.0 -> 0.10.0 2021-05-26 00:45:05 -07:00
Robert T. McGibbon
61c2371594 python3Packages.scikit-bio: mark as x86_64-only 2021-05-26 00:29:55 -07:00
rnhmjoj
7672576a0d pythonPackages.matplotlib: add licenses 2021-05-26 08:23:44 +02:00
rnhmjoj
3a3e1134a8 pythonPackages.matplotlib: remove unsused arguments 2021-05-26 08:00:28 +02:00
rnhmjoj
7e2ec8f8a1 pythonPackages.matplotlib: fix headless detection
The default backend is chosen based on the content of the $DISPLAY
variable *and* a successfull call to libX11, loaded via dlopen().
The test fails because dlopen looks in /usr/lib and /lib, so matplotlib
falls back to a headless backend.

To reproduce try running:

    $ nix-shell -I nixpkgs=$PWD -p \
      'python3.withPackages (p: [ p.matplotlib ])' --run python
    >>> import matplotlib.pyplot as plt
    >>> assert plt.get_backend() == "TkAgg"
2021-05-26 07:53:20 +02:00
Sandro
975c21b280 Merge pull request #124437 from risicle/ris-python-xgboost-darwin-fix
python3Packages.xgboost: fix tests for darwin
2021-05-26 03:12:26 +02:00
Martin Weinelt
2553242531 python3Packages.aioesphomeapi: 2.7.0 -> 2.8.0
https://github.com/esphome/aioesphomeapi/releases/tag/v2.8.0
2021-05-26 02:30:15 +02:00
Robert Scott
4ef1d33c7c python3Packages.xgboost: fix tests for darwin 2021-05-25 23:59:21 +01:00
Fabian Affolter
25956ecf05 python3Packages.async-upnp-client: 0.17.0 -> 0.18.0 2021-05-25 23:21:10 +02:00
Fabian Affolter
ccb0f0080d python3Packages.yeelight: 0.6.2 -> 0.6.3 2021-05-25 13:25:20 -07:00
Robert Scott
c29e090a7d Merge pull request #124316 from risicle/ris-lightgbm-darwin
python3Packages.lightgbm: fix for darwin
2021-05-25 19:43:12 +01:00
Ryan Mulligan
cf2f26fd89 Merge pull request #124043 from fgaz/staticjinja/2.0.0
staticjinja: 1.0.4 -> 2.0.0
2021-05-25 11:22:25 -07:00
Robert Schütz
ffd68b1033 Merge pull request #124397 from fabaff/frozenlist
python3Packages.frozenlist: init at 1.1.1, python3Packages.aiosignal: init at 1.1.1
2021-05-25 19:06:15 +02:00
Fabian Affolter
0ddb62fda6 python3Packages.aiosignal: init at 1.1.1 2021-05-25 18:40:16 +02:00
Fabian Affolter
b0798e7d4b python3Packages.zwave-js-server-python: 0.24.0 -> 0.25.0 2021-05-25 09:30:40 -07:00
Daniël de Kok
2c5f7b241c python3Packages.tokenizers: canonicalize tests
Make handling of tests more like other Python derivations (and they
actually run again).
2021-05-25 09:15:05 -07:00
Daniël de Kok
1202bf4227 python3Packages.tokenizers: 0.10.1 -> 0.10.3
Changelog:

https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.2
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.3
2021-05-25 09:15:05 -07:00
Fabian Affolter
4a1c0cdba8 python3Packages.frozenlist: init at 1.1.1 2021-05-25 17:38:18 +02:00
Fabian Affolter
8f5c32af53 python3Packages.pyupgrade: 2.16.0 -> 2.18.0 (#124387) 2021-05-25 17:26:16 +02:00
Fabian Affolter
5997f0dcd9 Merge pull request #124385 from mweinelt/python/pywemo
python3Packages.pywemo: disable failing test
2021-05-25 16:51:42 +02:00
markuskowa
a143b7f3ce Merge pull request #124375 from sheepforce/qcelemental
QCElemental: init at 0.20.0
2021-05-25 16:27:16 +02:00
Martin Weinelt
a0160c0ae8 python3Packages.pywemo: disable failing test
With libxml2 2.9.12 this test started failing, it was reported upstream
at https://github.com/pywemo/pywemo/issues/268.
2021-05-25 15:53:41 +02:00
Phillip Seeber
ab484473ae qcelemental: init at 0.20.0
qcelemental: directory name


qcelemental: remove cacert, 0.19.0 -> 0.20.0
2021-05-25 15:09:50 +02:00
Fabian Affolter
d0f5ac34fc Merge pull request #124302 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.2 -> 3.13.3
2021-05-25 14:32:02 +02:00
Robert Schütz
80672e6f50 pythonPackages.fiona: 1.8.18 -> 1.8.19 (#124359) 2021-05-25 13:54:03 +02:00
Sandro
c83536ebca Merge pull request #124255 from DavHau/scikit-learn-fix-hydra 2021-05-25 03:39:34 +02:00
Sandro
ef9a1d4c57 Merge pull request #119258 from drewrisinger/dr-pr-fix-python-tables 2021-05-25 03:38:59 +02:00
Robert Scott
1b7c850437 python3Packages.lightgbm: fix for darwin
package appears to have its own openmp library detection now and doesn't
need the hacks. also add pythonImportsCheck.
2021-05-24 23:56:58 +01:00
Fabian Affolter
4d3d0c2710 python3Packages.adafruit-platformdetect: 3.13.2 -> 3.13.3 2021-05-24 22:54:52 +02:00
Fabian Affolter
b74f11ce90 Merge pull request #124126 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.13.1 -> 3.13.2
2021-05-24 22:51:56 +02:00
Martin Weinelt
f0fa057420 python3Packages.pulsectl: 21.5.17 -> 21.5.18 2021-05-24 10:52:05 -07:00
Martin Weinelt
338b0fe1c5 python3Packages.mocket: 3.9.40 -> 3.9.41 2021-05-24 10:52:05 -07:00
DavHau
4af47234fa scikit-learn: disable some tests for darwin 2021-05-24 19:36:20 +07:00
Francesco Gazzetta
1d1efe54cf staticjinja: 1.0.4 -> 2.0.0 2021-05-24 11:34:46 +02:00
Fabian Affolter
b62d2a5eca python3Packages.pyppeteer: enable tests 2021-05-24 09:16:48 +02:00
Robert Scott
d46a6a8d28 python3Packages.scrapy: disable flaky test
this test will fail if /tmp/foobar already exists owned by a different
user. technically only observed to be a problem on darwin but in theory
any system not using namespaced /tmp for their builder could run into
this.
2021-05-23 21:47:07 -07:00
Noah D. Brenowitz
2681f3a3c0 python3Packages.tensorflow-bin_2: 2.2.0 -> 2.4.0
This version matches the tensorflow source build.
2021-05-23 21:41:08 -07:00
Fabian Affolter
8fe39d98e4 Merge pull request #124004 from fabaff/bump-pymsteams
python3Packages.pymsteams: 0.1.14 -> 0.1.15
2021-05-24 01:14:06 +02:00
Fabian Affolter
5684a1fd83 Merge pull request #124003 from fabaff/bump-pymazda
python3Packages.pymazda: 0.1.1 -> 0.1.5
2021-05-24 01:13:41 +02:00
Fabian Affolter
2881043be7 python3Packages.syncer: init at 1.3.0 2021-05-24 00:00:43 +02:00
Fabian Affolter
a28153eeb5 Merge pull request #124122 from dotlambda/pykeepass-4.0.1
pythonPackages.pykeepass: 4.0.0 -> 4.0.1
2021-05-23 17:43:39 +02:00
Luke Granger-Brown
af2bc35cce Merge pull request #123576 from sternenseemann/ufonormalizer-0.5.4
pythonPackages.ufonormalizer: 0.5.3 -> 0.5.4
2021-05-23 14:55:33 +01:00
Luke Granger-Brown
6a12be64d8 Merge pull request #123592 from sikmir/mercantile
pythonPackages.mercantile: init at 1.2.1
2021-05-23 14:49:39 +01:00
Luke Granger-Brown
ee0e711c5d Merge pull request #123727 from fabaff/envoy-reader
python3Packages.envoy-reader: init at 0.19.0
2021-05-23 14:48:40 +01:00