Commit Graph

298061 Commits

Author SHA1 Message Date
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
Robert Schütz
9fb9778cf0 borgbackup: make compatible with sphinx 4 2021-06-22 13:42:51 +02:00
Fabian Affolter
9c74ea1177 python3Packages.python-telegram-bot: add missing cachetools dependency 2021-06-22 13:42:51 +02:00
Fabian Affolter
48e514d229 python3Packages.cachetools: 4.2.1 -> 4.2.2 2021-06-22 13:42:51 +02:00
Martin Weinelt
28d5b8bc25 python3Packages.pyroute2-protocols: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Martin Weinelt
90a2abc4b2 python3Packages.pyroute2-nslink: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Martin Weinelt
d532f124cf python3Packages.pyroute2-nftables: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Martin Weinelt
123c183ad1 python3Packages.pyroute2-ndb: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Martin Weinelt
8ca6137795 python3Packages.pyroute2-ipdb: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Martin Weinelt
d5e571445d python3Packages.pyroute2-ethtool: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Martin Weinelt
31d60bc53d python3Packages.pyroute2-core: 0.6.1 -> 0.6.4 2021-06-22 13:42:51 +02:00
Robert Schütz
d60853e37f pythonPackages.env: make compatible with click 8
Also clean up inputs and define checkPhase.
2021-06-22 13:42:51 +02:00
Robert Schütz
6198f0bbb9 python3Packages.watchdog: re-run flaky tests
And get rid of `PytestUnknownMarkWarning: Unknown pytest.mark.flaky`.
2021-06-22 13:42:51 +02:00
Martin Weinelt
55b0afc59c python3Packages.google-auth: add missing py2uf dependency 2021-06-22 13:42:51 +02:00
Martin Weinelt
070e353e08 python2Packages.ruamel-yaml: reinit at 0.16.13 2021-06-22 13:42:51 +02:00
Martin Weinelt
9bb53fbb8c python3Packages.h2: clean up 2021-06-22 13:42:51 +02:00