1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00
Commit graph

298076 commits

Author SHA1 Message Date
Martin Weinelt 37d27bc01e python3Packages.jupyter_server: drop anyio version substitution 2021-06-22 13:42:54 +02:00
Robert Schütz ef6752fc99 python3Packages.jupyter_server: update dependencies 2021-06-22 13:42:54 +02:00
Martin Weinelt 0c51d277b8 python3Packages.anyio: 3.1.0 -> 3.2.0
Fix version string by including setuptools-scm and setting a pretend
version, so that we don't require other version hints.
2021-06-22 13:42:54 +02:00
Martin Weinelt dfa18fb29d python3Packages.sphinx-rtd-theme: fix build
Adds the missing docutils dependency and relaxes its constraint.
Migrates from pytest to pytestCheckHook and moves the CI environment
variable export into preBuild.
2021-06-22 13:42:54 +02:00
Robert Schütz 09e7ee5393 python3Packages.requests-cache: update dependencies, run tests 2021-06-22 13:42:54 +02:00
Robert Schütz fbbe75d6e9 pythonPackages.pybind11: improve expression
We shouldn't build and install the package in preFixup.
2021-06-22 13:42:54 +02:00
Martin Weinelt 328efcc3e6 python3Packages.shamir-mneomic: relax click constraint 2021-06-22 13:42:54 +02:00
Martin Weinelt 17b8e87f40 python3Packages.billiard: 3.6.3.0 -> 3.6.4.0 2021-06-22 13:42:54 +02:00
Martin Weinelt 8ca169f99d backblaze-b2: 2.4.0 -> 2.5.0
Relaxes the docutils constraint
2021-06-22 13:42:54 +02:00
Martin Weinelt 86494638b8 home-assistant: pin aiopvpc, pyatmo, pyatv, pysma 2021-06-22 13:42:54 +02:00
Martin Weinelt 7af140953b python3Packages.python-miio: relax click constraint; fix cli
The CLI requires pyyaml which was previously only a checkInput.
2021-06-22 13:42:54 +02:00
Martin Weinelt f30ad55e2d python3Packages.debugpy: fix tests with flask>=2.0 2021-06-22 13:42:54 +02:00
Stefan Frijters 33c2d079a8 maestral-gui: 1.4.3 -> 1.4.4 2021-06-22 13:42:54 +02:00
Stefan Frijters f3aae67da4 python3Packages.maestral: Remove redundant override and update homepage 2021-06-22 13:42:53 +02:00
Martin Weinelt 64e0603499 steck: relax click constraint 2021-06-22 13:42:53 +02:00
Martin Weinelt 4d6b6f7cba pinnwand: relax click, sqlalchemy and docutils constraints
Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2021-06-22 13:42:53 +02:00
Martin Weinelt 69409ac372 python3Packages.diagrams: relax jinja2 constraint 2021-06-22 13:42:53 +02:00
Martin Weinelt d0be56f8c6 python3Packages.emv: relax click and pyscard constraint 2021-06-22 13:42:53 +02:00
Martin Weinelt 34608858db python3Packages.enamlx: remove obsolete patch 2021-06-22 13:42:53 +02:00
Martin Weinelt 261fc8bc41 python3Packages.extractcode: disable failing tests 2021-06-22 13:42:53 +02:00
Martin Weinelt 8fb6673700 python3Packages.flask_migrate: 2.7.0 -> 3.0.1 2021-06-22 13:42:53 +02:00
Martin Weinelt a79ac40aed python3Packages.flask-api: 2.0 -> 3.0.post1 2021-06-22 13:42:53 +02:00
Martin Weinelt 77c5302d1c python3Packages.hbmqtt: patch for websockets 9.0 compat 2021-06-22 13:42:53 +02:00
Martin Weinelt 53338e3402 python3Packages.junos-eznc: relax ncclient constraint 2021-06-22 13:42:53 +02:00
Martin Weinelt 5102ad886a python3Packages.karton-dashboard: relax prometheus-client constraint 2021-06-22 13:42:53 +02:00
Martin Weinelt e83feaecff python3Packages.markdown-it-py: relax attrs contraint 2021-06-22 13:42:53 +02:00
Martin Weinelt 492969e370 python3Packages.marisa-trie: disable broken tests
Some tests fail due hypothesis healthchecks, that complains about a
temporary directory not being cleaned between tests.

This is due to the hypothesis 6.x upgrade, while the library pins 2.0.0
from 2016.
2021-06-22 13:42:53 +02:00
Martin Weinelt a5adf85264 python3Packages.matrix-nio: relax aiofiles constraint 2021-06-22 13:42:53 +02:00
Martin Weinelt b426c4fa52 python3Packages.mwparserfromhell: fix tests; add missing check inputs 2021-06-22 13:42:53 +02:00
Martin Weinelt af84578114 python3Packages.aiohttp: remove pytest-xdist
Fails reproducible on hydra like this:

```
        try:
            # set_wakeup_fd() raises ValueError if this is not the
            # main thread.  By calling it early we ensure that an
            # event loop running in another thread cannot add a signal
            # handler.
>           signal.set_wakeup_fd(self._csock.fileno())
E           ValueError: set_wakeup_fd only works in main thread of the main interpreter
```

And was remove from upstreams tests due to 10-15% error rate way back
in 2018.
2021-06-22 13:42:53 +02:00
Robert Schütz 70e15f8b84 python3Packages.kombu: fix tests 2021-06-22 13:42:53 +02:00
Robert Schütz 85fba24892 pythonPackages.pyturbojpeg: 1.5.0 -> 1.5.1
https://github.com/lilohuang/PyTurboJPEG/releases/tag/v1.5.1
2021-06-22 13:42:53 +02:00
Robert Schütz 877194467d python3Packages.pyatv: update dependencies 2021-06-22 13:42:52 +02:00
Robert Schütz 504f2ea1fe python3Packages.miniaudio: init at 1.44 2021-06-22 13:42:52 +02:00
Robert Schütz a2d58534e0 pythonPackages.click-default-group: fix tests
Also use pytestCheckHook and pythonImportsCheck.
2021-06-22 13:42:52 +02:00
Robert Schütz 02a329cd7d python3Packages.moto relax MarkupSafe constraint 2021-06-22 13:42:52 +02:00
Martin Weinelt 942280d72f python3Packages.sqlalchemy-imageattach: mark as broken
This broke, when the declarative API of SQLAlchemy changed in the 1.4.
release series.

The library seems otherwise unmaintained since 2017.

https://github.com/dahlia/sqlalchemy-imageattach/issues/47
2021-06-22 13:42:52 +02:00
Martin Weinelt 860668d435 matrix-synapse-tools.synadm: relax click constraints 2021-06-22 13:42:52 +02:00
Martin Weinelt e0ec22794b python3Packages.async-upnp-client: 0.18.0 -> 0.19.0 2021-06-22 13:42:52 +02:00
Jonathan Ringer cc8f0107f3 python3Packages.auth0-python: fix build, add missing dep 2021-06-22 13:42:52 +02:00
Jonathan Ringer ca39fad301 python3Packages.jwcrypto: fix build, add missing dep 2021-06-22 13:42:52 +02:00
Jonathan Ringer 8720f2c351 python3Packages.gpyopt: unstable-2019-09-25 -> 1.2.6 2021-06-22 13:42:52 +02:00
Jonathan Ringer 9fa5bc45bb python3Packages.snowflake-connector-python: fix build 2021-06-22 13:42:52 +02:00
Jonathan Ringer 6ad41a27b1 python3Packages.fsspec: 2021.05.0 -> 2021.06.0 2021-06-22 13:42:52 +02:00
Jonathan Ringer 9911942e00 azure-cli: fix build 2021-06-22 13:42:52 +02:00
Martin Weinelt 375b0a33b2 python3Packages.uvicorn: 0.13.2 -> 0.14.0
Separates tests out into a separate attribute to resolve infinite
recursion problems with httpx/httpcore.
2021-06-22 13:42:52 +02:00
Martin Weinelt ae9478dd2a python3Packages.surepy: add attrs dep, relax attrs and click dep 2021-06-22 13:42:52 +02:00
Martin Weinelt b271710c0c python3Packages.pyatmo: fix build; add missing pytest-mock dep 2021-06-22 13:42:52 +02:00
Martin Weinelt 16669de22b python3Packages.jsonrpc-base: 2.0.0 -> 2.1.0 2021-06-22 13:42:52 +02:00
Martin Weinelt 154022d7c0 python3Packages.aiopvpc: fix build; add missing holidays dependency 2021-06-22 13:42:51 +02:00