Uli Baum
0bda601ee5
pythonPackages.pytest-rerunfailures: fix build
...
some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
2018-09-13 17:48:38 +02:00
Uli Baum
781eaa1377
pythonPackages.flask-pymongo: fix build
...
add missing dependency: vcversioner
2018-09-13 17:25:38 +02:00
Uli Baum
9e4b0b795c
pythonPackages.eve: fix build, drop incorrect dependencies
...
Build failed because of dependency Flask-PyMongo, which actually
isn't a dependency of eve as they have their own flask_pymongo code.
- Drop incorrect dependency flask-pymongo
- Drop redunant dependencies already propageted by flask:
itsdangerous, werkzeug, jinja2
- Drop dependency markupsafe, not required any more
2018-09-13 17:09:51 +02:00
Uli Baum
abe97e9446
pythonPackages.daphne: 2.1.0 -> 2.2.2
...
Update, re-enable all tests on linux, disable tests on darwin.
This fixes the build of pythonPackages.channels
2018-09-13 16:45:27 +02:00
xeji
2bc08ce0f5
Merge pull request #46488 from xeji/p/python-fixes
...
pythonPackages.{pydub,readme_renderer,pyfakefs,us,restview}: fix build
2018-09-13 11:38:20 +02:00
Uli Baum
6dc57134da
pythonPackages.restview: fix tests
...
Failed after readme_renderer was updated. Apply an upstream patch.
2018-09-13 11:21:19 +02:00
xeji
68b7de9e2e
pythonPackages.BTrees: fix build ( #46588 )
...
a test case failed since the update to 4.5.1, disable it
2018-09-13 02:32:37 +02:00
xeji
decd819911
Merge pull request #46556 from rnhmjoj/lastpass
...
qutebrowser: patch all python scripts
2018-09-12 23:51:40 +02:00
Robert Schütz
c15a94b6d1
Merge pull request #45644 from jluttine/update-rlp-1.0.2
...
pythonPackages.rlp: 1.0.1 -> 1.0.2 (with some new deps)
2018-09-12 12:55:29 +02:00
Jörg Thalheim
63668d33b2
python-language-server: 0.19.0 -> 0.21.2
2018-09-12 09:03:08 +01:00
Jörg Thalheim
e4393102e6
python-jsonrpc-server: init at 0.0.1
2018-09-12 09:03:08 +01:00
Jörg Thalheim
8d4afa5f2e
pythonPackage.backports-shutil-which: enable tests
2018-09-12 09:04:36 +03:00
Jaakko Luttinen
d0ce8834ae
pythonPackages.libagent: fix propagatedBuildInputs
2018-09-12 09:04:36 +03:00
Jaakko Luttinen
80b64a2e04
pythonPackage.backports-shutil-which: init at 3.5.1
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
c9bf7f67b9
pythonPackage.pymsgbox: init at 1.0.6
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
5c9db2f02f
pythonPackages.ledgerblue: fix build inputs
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
38e86a8f1e
pythonPackages.python-u2flib-host: init at 3.0.3
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
f053daf36c
pythonPackages.rlp: fix build
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
9f8e6148c5
pythonPackages.eth-utils: init at 1.2.0
2018-09-12 08:44:18 +03:00
Jaakko Luttinen
541a13ca0a
pythonPackages.eth-typing: init at 1.1.0
2018-09-12 08:44:18 +03:00
rnhmjoj
d117e3ccd8
python.pkgs.construct: 2.8.16 -> 2.9.45
2018-09-12 03:35:26 +02:00
rnhmjoj
dca577a36c
python.pkgs.pykeepass: init at 3.0.2
2018-09-12 03:35:25 +02:00
rnhmjoj
75b2058aff
python.pkgs.pyreadability: init at 0.4.0
2018-09-12 03:23:04 +02:00
rnhmjoj
e281f0e686
python.pkgs.tldextract: init at 2.2.0
2018-09-12 03:23:04 +02:00
rnhmjoj
99dad9d7f0
python.pkgs.requests-file: init at 1.4.3
2018-09-12 03:23:04 +02:00
Maximilian Bosch
a25dcb6607
python3Packages.pyowm: fix python3 build ( #46549 )
...
See https://hydra.nixos.org/build/80714323
Version 2.9 requires `geojson==2.x'. To allow 2.4, the constraint
required some patching using `substituteInPlace'.
Addresses #45960
2018-09-12 01:23:36 +02:00
Ryan Mulligan
8d4248a4cb
Merge pull request #44657 from costrouc/costrouc/dask-distributed
...
pythonPackages.distributed: 1.15.1 -> 1.22.1
2018-09-11 16:05:58 -07:00
Chris Ostrouchov
027b9beb58
fixup! merge: fixing changes with nixpkgs since pull-request
2018-09-11 17:14:12 -04:00
Christopher Ostrouchov
dac171dd5d
merge: fixing changes with nixpkgs since pull-request
...
- pytest-timeout: no longer requires patch
- joblib: was improperly merged with the github merge tool (never
using again)
2018-09-11 14:24:59 -04:00
Jaakko Luttinen
c44504410b
pythonPackages.eth-hash: init at 0.1.14
2018-09-11 17:49:48 +03:00
xeji
f201f8c3fd
pythonPackages.pytestflakes: fix build ( #46500 )
...
- disable a failing test case that looks broken
- remove pytestcache depencency that was dropped upstream
2018-09-11 11:15:03 +02:00
Uli Baum
bd02a1931a
pythonPackages.pyfakefs: fix darwin build
...
One test failed on darwin due to case-insensitive file system,
disable it.
2018-09-10 22:42:23 +02:00
Uli Baum
bc036397a3
pythonPackages.pydub: fix aarch64 build
...
one test failed due to rounding errors, disable it
2018-09-10 22:36:14 +02:00
Uli Baum
40c469e56b
pythonPackages.pydub: remove obsolete patch
2018-09-10 18:19:01 +02:00
Uli Baum
80ecef8e4b
pythonPackages.pydub: fix build and tests
...
- remove obsolete patch that caused build failure
- no tests were run because required data files were missing in pypi
version; use github version instead
2018-09-10 18:05:40 +02:00
Uli Baum
d2a885a3b5
pythonPackages.pyfakefs: 3.4.1 -> 3.4.3, fix build
...
Update and disable some failing test cases
2018-09-10 17:43:18 +02:00
Uli Baum
bb1f3422e0
pythonPackages.readme_renderer: fix build
...
Disable one test case that has failed since last bleach update.
2018-09-10 17:19:05 +02:00
Uli Baum
a7166cdc35
pythonPackages.us: fix build
...
Required jellyfish==0.5.6 but we have 0.6.1. Loosen requirements.
2018-09-10 17:06:54 +02:00
Timo Kaufmann
2b6144d1ad
Merge pull request #46368 from Ma27/fix-mahotas
...
pythonPackages.mahotas: fix build, move expression
2018-09-10 11:56:50 +02:00
Maximilian Bosch
ee897b64ff
pythonPackages.mahotas: fix build, move expression
...
See https://hydra.nixos.org/build/80828287
Moves `mahotas` out of `python-packages.nix` into its own file and fixes
broken test cases by skipping them using nosetest's `@nottest`
annotation.
These tests broke from time to time in a sandbox and are therefore
considered impure.
Addresses #45960
2018-09-10 11:32:58 +02:00
Josef Kemetmüller
6f891ff66e
pythonPackages.joblib: Disable flaky test ( #46439 )
...
The test `test_nested_parallelism_limit` fails on darwin.
2018-09-09 22:42:17 +02:00
Josef Kemetmüller
5e0c468737
pythonPackages.fiona: Fix darwin build ( #46435 )
2018-09-09 22:40:49 +02:00
xeji
12fae6e5c7
Merge pull request #46440 from knedlsepp/fix-pythonPackages.libusb1
...
pythonPackages.libusb1: Fix darwin build
2018-09-09 22:25:06 +02:00
Josef Kemetmüller
b633fc4fb4
pythonPackages.libusb1: Disable flaky test
2018-09-09 22:09:34 +02:00
xeji
d18aaceda6
Merge pull request #46438 from knedlsepp/fix-pythonPackages.flask_ldap_login
...
pythonPackages.flask_ldap_login: Fix build
2018-09-09 22:00:59 +02:00
Josef Kemetmüller
b667a76eac
pythonPackages.flask_ldap_login: Disable on python3
2018-09-09 21:48:54 +02:00
Josef Kemetmüller
a4b040e69f
pythonPackages.cozy: Disable on python2 ( #46436 )
...
Cozy does not support python2.
2018-09-09 21:33:45 +02:00
Josef Kemetmüller
063aa389df
pythonPackages.libusb1: Fix darwin build
2018-09-09 20:56:34 +02:00
Josef Kemetmüller
25f8753bf4
pythonPackages.flask_ldap_login: 0.3.0 -> 0.3.4
2018-09-09 20:39:46 +02:00
Josef Kemetmüller
d4e89680d2
pythonPackages.flask_ldap_login: Fix build
2018-09-09 20:39:15 +02:00