Robert Schütz
|
f9deaf73c2
|
python3Packages.nose2: run tests
|
2021-01-31 09:37:30 +01:00 |
|
R. RyanTM
|
e324721efd
|
python37Packages.nose2: 0.9.2 -> 0.10.0
|
2021-01-31 08:08:22 +00:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Benjamin Hipple
|
f9bc195430
|
python3Packages.nose2: 0.9.1 -> 0.9.2 and fix build for ZHF
See inline comment; this is currently broken and not going to continue working
on python2 without significant effort, so mark it python >= 3.6 only.
https://hydra.nixos.org/build/114680648
https://hydra.nixos.org/build/115518949
CC @NixOS/nixos-release-managers
ZHF: #80379
|
2020-04-04 15:34:00 -04:00 |
|
R. RyanTM
|
e04eb2bfc1
|
python37Packages.nose2: 0.8.0 -> 0.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nose2/versions
|
2019-07-20 01:36:23 -07:00 |
|
Chris Ostrouchov
|
2f99da4ec8
|
pythonPackages.nose2: 0.5.0 -> 0.8.0
|
2018-10-26 16:37:52 +02:00 |
|
Chris Ostrouchov
|
1059d71947
|
pythonPackages.nose2: refactor move to python-modules
|
2018-10-18 11:02:23 +02:00 |
|