Vladimír Čunát
a95a53aadc
Revert "pythonPackages.flaky: 3.5.3 -> 3.6.1 ( #68411 )"
...
This reverts commit b44fca1702
.
I'm moving this to the staging branch.
It's a huge rebuild (on the order of 20k jobs), and it seems like that
was not noticed, and I can't see sufficient motivation to skip ahead of
e.g. the CVE fixes we have in staging-next.
2019-09-16 19:23:20 +02:00
Linus Heckemann
872122af43
Merge pull request #68848 from WilliButz/fix-hass-esphome
...
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
2019-09-16 11:51:59 +02:00
Marek Mahut
db21aabe15
Merge pull request #68855 from marsam/drop-pyev
...
pythonPackages.pyev: drop
2019-09-16 10:24:49 +02:00
Pavol Rusnak
b44fca1702
pythonPackages.flaky: 3.5.3 -> 3.6.1 ( #68411 )
2019-09-16 00:29:07 -04:00
Maximilian Bosch
d8f5ad9948
Merge pull request #68842 from Ma27/disable-pytest5-on-python2
...
python2Packages.pytest_5: disable build
2019-09-16 01:20:28 +02:00
Mario Rodas
87cd31d538
Merge pull request #68703 from jonringer/fix-celery
...
pythonPackage.celery: fix tests
2019-09-15 18:18:50 -05:00
Mario Rodas
c3c3dcc86c
Merge pull request #68794 from JohnAZoidberg/zake-tests
...
pythonPackages.zake: Skip failing test
2019-09-15 18:12:50 -05:00
Mario Rodas
32af4a66a3
Merge pull request #68812 from jonringer/fix-cheroot
...
pythonPackages.cheroot: fix tests
2019-09-15 18:09:36 -05:00
Mario Rodas
b46c3c5554
Merge pull request #68819 from jonringer/mark-percol-broken
...
pythonPackages.percol: mark broken
2019-09-15 17:45:59 -05:00
Mario Rodas
8624303abb
Merge pull request #68821 from d-goldin/fix_build_scikitlearn
...
python37Packages.scikitlearn: patching build
2019-09-15 17:41:09 -05:00
Jonathan Ringer
ca1a246741
pythonPackages.percol: mark broken
2019-09-15 15:20:10 -07:00
Dima
82d7833b9b
python37Packages.scikitlearn: patching build
...
For numpy>=1.17 a test-case broke that required adjustments to
a threshold.
See https://github.com/NixOS/nixpkgs/issues/68494
2019-09-15 23:52:15 +02:00
Mario Rodas
27c9327076
Merge pull request #68719 from jonringer/fix-lightgbm
...
pythonPackages.lightgbm: fix build
2019-09-15 16:19:24 -05:00
Maximilian Bosch
3ddbe41f79
Merge pull request #68723 from jonringer/freeze-azure-storage
...
nixops_1_6_1: fix build
2019-09-15 20:03:13 +02:00
Mario Rodas
b05818f389
pythonPackages.pyev: drop
...
pyev is unmaintained, and was removed from PyPI.
2019-09-15 12:46:58 -05:00
Mario Rodas
3028233ea5
pythonPackages.pika: remove pyev dependency
...
pyev support was removed from upstream https://github.com/pika/pika/pull/934#issuecomment-361714844
2019-09-15 12:45:02 -05:00
Mario Rodas
c281e68e9f
Merge pull request #68796 from risicle/ris-hug-tests
...
pythonPackages.hug: enable tests
2019-09-15 11:32:28 -05:00
Mario Rodas
3bb87649f4
Merge pull request #68813 from jonringer/fix-ssdp
...
pythonPackages.ssdp: disable python2 tests
2019-09-15 11:20:35 -05:00
Mario Rodas
fe9085e2e5
Merge pull request #68815 from jonringer/fix-minidb
...
pythonPackages.minidb: disable python2 tests
2019-09-15 11:19:14 -05:00
WilliButz
7dfd313a3d
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
2019-09-15 17:21:04 +02:00
Bjørn Forsman
6ba044c166
pythonPackages.demjson: disable on python 3
...
It doesn't seem to support _any_ python 3 versions.
2019-09-15 16:36:46 +02:00
Maximilian Bosch
5f1c02a1c9
python2Packages.pytest_5: disable build
...
`pytest_5` only supports python3[1], however the python2 build was enabled by
separating pytest_4 and pytest_5 into two different attributes.
ZHF #68361
[1] https://docs.pytest.org/en/latest/py27-py34-deprecation.html
2019-09-15 16:02:10 +02:00
Jaakko Luttinen
fa76f1f11c
pythonPackages.XlsxWriter: 1.2.0 -> 1.2.1
2019-09-15 18:36:00 +09:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364 )
...
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
Jonathan Ringer
b0fc4b6e49
pythonPackages.minidb: disable python2 tests
2019-09-14 12:09:56 -07:00
Jonathan Ringer
63e7354815
pythonPackages.ssdp: disable python2 tests
2019-09-14 11:53:02 -07:00
Jonathan Ringer
9a88d2c827
pythonPackages.cheroot: fix tests
2019-09-14 11:45:38 -07:00
Daniel Schaefer
7791dccd3a
pythonPackages.zake: Skip failing test
2019-09-14 18:57:34 +02:00
Robert Scott
d7cad2b8f9
pythonPackages.hug: enable tests
2019-09-14 15:16:00 +01:00
Maximilian Bosch
0b32f6f78c
Merge pull request #68786 from JohnAZoidberg/paperless-testfix
...
paperless: Fix tests, including NixOS test
2019-09-14 15:17:59 +02:00
Daniel Schaefer
cbab4663f3
paperless: Use pytest_4 in django-crispy-forms
...
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00
Maximilian Bosch
e176117a81
python3Packages.face_recognition_models: fix startup
2019-09-14 13:59:20 +02:00
Maximilian Bosch
72ec538d2c
python3Packages.dlib: fix build
...
The CMake configuring is done in the `setup.py` and doesn't need to be
done by the setup hook. This broke the build as the setup-hook switches
into `source/build` which doesn't have a `setup.py`.
Relying on the setup script from upstream fixes the issue.
ZHF #68361
2019-09-14 13:42:06 +02:00
Robin Gloster
d98fb2ca2f
Merge pull request #68726 from jonringer/bump-uamqp
...
pythonPackages.uamq: 1.1.0 -> 1.2.2
2019-09-14 12:39:39 +02:00
Samuel Leathers
3491d523b3
pythonPackages.twisted: add setuptools dependency
...
* required for buildbot test to pass
2019-09-13 23:51:56 -04:00
Jonathan Ringer
e5aba9c007
pythonPackages.azure-servicebus: 0.50.0 -> 0.50.1
2019-09-13 18:25:45 -07:00
Jonathan Ringer
27c8e8ec5c
pythonPackages.uamq: 1.1.0 -> 1.2.2
2019-09-13 18:18:08 -07:00
Jonathan Ringer
4a17217696
pythonPackages.azure-common: fix namespace lookup
2019-09-13 18:06:45 -07:00
Jonathan Ringer
fdd6245e53
pythonPackages.azure-mgmt-common: fix namespace issue
2019-09-13 17:37:55 -07:00
Jonathan Ringer
eb8bd784b1
pythonPackages.lightgbm: fix build
2019-09-13 16:48:52 -07:00
Robin Gloster
0c457cb348
Merge pull request #68693 from jonringer/fix-pyarrow
...
pythonPackages.pyarrow: fix build
2019-09-14 00:02:54 +02:00
Robin Gloster
e4581fb5ab
Merge pull request #68677 from jonringer/fix-zeep
...
pythonPackages.zeep: fix pytest5 tests
2019-09-13 23:25:28 +02:00
Jonathan Ringer
47a3a1127f
pythonPackage.celery: fix tests
2019-09-13 13:05:08 -07:00
Jonathan Ringer
5e67b340e8
pythonPackages.pyarrow: fix build
2019-09-13 10:51:29 -07:00
Jonathan Ringer
8e06d7ee3b
python3Package.hug: 2.4.8 -> 2.6.0
2019-09-13 10:07:30 -07:00
Jonathan Ringer
30f3e4a3a6
pythonPackages.zeep: fix pytest5 tests
2019-09-13 09:05:12 -07:00
Jörg Thalheim
b31931adf5
python.pkgs.pylint_1_9: fix incorrect checksum
...
was not updated in 08d556c0e8
2019-09-13 16:32:04 +01:00
Jörg Thalheim
f595f28d55
Merge pull request #67896 from B4dM4n/h11-pytest
...
h11: add pytest5 compatability
2019-09-13 15:47:36 +01:00
Jörg Thalheim
08d556c0e8
python.pkgs.pylint_1_9: 1.9.4 -> 1.9.5
...
Also fix build by skipping a test that requires setuptools to be present.
(Also just adding setuptools does not fix the issue either?)
2019-09-13 13:53:20 +01:00
Ben Sima
c33f5ad65b
protobuf: add license metadata
...
https://github.com/protocolbuffers/protobuf/blob/master/LICENSE
GitHub doesn't identify it as BSD-3, but it is if you just look at the
license text.
2019-09-12 16:43:15 -07:00