Commit graph

11 commits

Author SHA1 Message Date
Theodore Ni aeb8940c36 python310Packages.fixtures: 3.0.0 -> 4.1.0 2023-07-28 12:15:31 +02:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Artturin 7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Jonathan Ringer 3709c129ef
python310Packages.fixtures: propagate implicit six dependency 2022-01-04 22:39:23 -08:00
Martin Weinelt 77cf2ac936
python39Packages.fixtures: fix build
Drops two tests that try to monkeypatch a classmethod, which breaks due
to changes in Python 3.9. The project isn't really that well maintained
anymore and Debian started dropping those two tests in November 2020, so
let's follow suit
2021-02-14 18:16:02 +01:00
Martin Weinelt 366e9ffc67
python3Packages.fixtures: split dependencies into their correct inputs 2021-02-14 18:15:53 +01:00
Robert T. McGibbon d9dd5d7310 python39Packages.fixtures: mark as broken 2020-12-29 23:33:32 -05:00
zowoq 0cff30bb44 python: editorconfig fixes 2020-08-27 12:51:02 -07:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 52932fade0 python.pkgs.fixtures: 1.4.0 -> 3.0.0 2017-09-07 10:18:44 +02:00
Frederik Rietdijk b7eb4a4f90 python.pkgs.fixtures: fix build 2017-09-07 10:17:55 +02:00