3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

169902 commits

Author SHA1 Message Date
Spencer Baugh 46f2b49b44 pythonPackages.pkgconfig: use same setupHook as pkgconfig
This setupHook is necessary for actually using pkgconfig. Without this
setupHook, you need to put both pythonPackages.pkgconfig and pkgconfig
into your buildInputs, just to get the setuphook of the latter.

Previously, pythonPackages.pkgconfig depended on pkgconfig as a
propagatedBuildInput, so this setupHook was propagated down to
dependents. That was changed to a regular nativeBuildInput, so now
this setupHook change is necessary for packages to only depend on
pythonPackages.pkgconfig.

A possible alternative is extracting out a common pkgconfigHook
package and having both pythonPackages.pkgconfig and pkgconfig depend
on that with propagatedBuildInputs. That might be necessary to avoid
the buildHook running twice?
2019-02-17 14:40:51 +01:00
Frederik Rietdijk 50b1d64534 dosage: fix build 2019-02-17 14:40:51 +01:00
Frederik Rietdijk 6da810586d awscli: 1.16.90 -> 1.16.104 2019-02-17 14:40:51 +01:00
Robert Schütz a876267dee python.pkgs.praw: use pytest_3 2019-02-17 14:40:51 +01:00
Robert Schütz fc2a5acd03 python.pkgs.oauthlib: 2.0.0 -> 3.0.1 2019-02-17 14:40:51 +01:00
Robert Schütz 254099bf7d python.pkgs.virtualenv: rebase virtualenv-change-prefix.patch 2019-02-17 14:40:51 +01:00
Robert Schütz 45716f553d python.pkgs.aiodns: add typing to propagatedBuildInputs 2019-02-17 14:40:51 +01:00
Robert Schütz 9a36041027 python.pkgs.PasteDeploy: no tests in tarball 2019-02-17 14:40:50 +01:00
Robert Schütz 869d64e2d1 python.pkgs.hkdf: no tests in tarball 2019-02-17 14:40:50 +01:00
Robert Schütz 14e5af2aa7 python.pkgs.pytest-localserver: fix tests 2019-02-17 14:40:50 +01:00
Robert Schütz e68aa6b28f home-assistant: fix pinned dependencies' builds 2019-02-17 14:40:50 +01:00
Robert Schütz 114ffa3dd2 python.pkgs.requests_toolbelt: add meta.license 2019-02-17 14:40:50 +01:00
Robert Schütz a9c8616ce9 python.pkgs.requests_toolbelt: disable tests that access network 2019-02-17 14:40:50 +01:00
Robert Schütz 3c20d3c806 python.pkgs.txaio: use pytest_3
Otherwise, tests fail with
`Fixtures are not meant to be called directly, but are created
automatically when test functions request them as parameters.`
2019-02-17 14:40:50 +01:00
Robert Schütz 4dcbcbb46e python.pkgs.Mako: use pytest_3
With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
2019-02-17 14:40:50 +01:00
Robert Schütz 904227c646 python.pkgs.pytest-timeout: fix tests 2019-02-17 14:40:50 +01:00
Robert Schütz d00bfba2d5 python.pkgs.parameterized: update dependencies 2019-02-17 14:40:49 +01:00
Robert Schütz 9f275067b3 borgbackup: use msgpack-python-0.5.6 2019-02-17 14:40:49 +01:00
Robert Schütz 1c0844f3f2 python.pkgs.whoosh: use pytest_3
With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
2019-02-17 14:40:49 +01:00
Timo Kaufmann b8a299c910 python.pkgs.entrypoints: simplify tests
The upstream issue requiring one test to be disabled was fixed:
https://github.com/takluyver/entrypoints/issues/23
2019-02-17 14:40:49 +01:00
Robert Schütz e751df152b python.pkgs.pycodestyle: remove unused argument 2019-02-17 14:40:49 +01:00
Robert Schütz 0977813095 python.pkgs.pyflakes: run tests 2019-02-17 14:40:49 +01:00
Frederik Rietdijk a9c41f8f5d python.pkgs.characteristic: fix pytest 4 incompatibility 2019-02-17 14:40:49 +01:00
Frederik Rietdijk 8875a3e706 python.pkgs.ipykernel: disable failing tests 2019-02-17 14:40:49 +01:00
Frederik Rietdijk 64bc5fcf28 python.pkgs.pytest-cov: remove unused deps 2019-02-17 14:40:49 +01:00
Frederik Rietdijk 54941b106e python.pkgs.soupsieve: init at 1.7.3 2019-02-17 14:40:48 +01:00
Frederik Rietdijk b3febfb850 python.pkgs.pytest_3: keep older version
because not all test suites are compatible with 4 yet.
2019-02-17 14:40:48 +01:00
Frederik Rietdijk b4acd97729 buildPython*: enable strictDeps 2019-02-17 14:40:48 +01:00
Frederik Rietdijk 72a680e122 python.pkgs.html5lib: disable certain tests
due to pytest change
2019-02-17 14:40:48 +01:00
Frederik Rietdijk f896d3b3ff python.pkgs.flake8: 3.5.0 -> 3.7.5 2019-02-17 14:40:48 +01:00
Frederik Rietdijk 172b1045ed python: pycodestyle: 2.4.0 -> 2.5.0 2019-02-17 14:40:48 +01:00
Frederik Rietdijk 26626ac9f0 python.pkgs.freezegun: use correct inputs 2019-02-17 14:40:48 +01:00
Frederik Rietdijk ee38a0d183 python: pytest: 3.9.3 -> 4.2.1 2019-02-17 14:40:48 +01:00
Frederik Rietdijk e4524dc51c python.pkgs.bootstrapped-pip: wheel 0.32.2 -> 0.33.0, setuptools 40.6.3 -> 40.8.0, pip 18.1 -> 19.0.2 2019-02-17 14:40:48 +01:00
Frederik Rietdijk 1304c0cd63 python: zope.deprecation: 4.3.0 -> 4.4.0 2019-02-17 14:40:48 +01:00
Frederik Rietdijk d75cd1fcfc python: zope.configuration: 4.3.0 -> 4.3.1 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 3c6abcd1d6 python: zm-py: 0.3.0 -> 0.3.3 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 0c63fd12d0 python: ZConfig: 3.3.0 -> 3.4.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 4014455617 python: yattag: 1.10.1 -> 1.11.1 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 57ff9a8881 python: yapf: 0.25.0 -> 0.26.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk e5044140b9 python: yamllint: 1.14.0 -> 1.15.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 922f5ff77a python: xmltodict: 0.11.0 -> 0.12.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk b1602dc618 python: xml2rfc: 2.12.3 -> 2.18.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 4c051ae7f5 python: xlrd: 1.1.0 -> 1.2.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk 2b5cda69eb python: xkcdpass: 1.16.5 -> 1.17.2 2019-02-17 14:40:46 +01:00
Frederik Rietdijk 7382057ec4 python: wsproto: 0.12.0 -> 0.13.0 2019-02-17 14:40:46 +01:00
Frederik Rietdijk 79dc679873 python: wrapt: 1.10.11 -> 1.11.1 2019-02-17 14:40:46 +01:00
Frederik Rietdijk 10baae23ce python: wheel: 0.32.3 -> 0.33.0 2019-02-17 14:40:46 +01:00
Frederik Rietdijk 00a9e6caa0 python: waitress: 1.1.0 -> 1.2.1 2019-02-17 14:40:46 +01:00
Frederik Rietdijk a69a3e8961 python: voluptuous-serialize: 2.0.0 -> 2.1.0 2019-02-17 14:40:46 +01:00