Sandro Jäckel
|
60a10e0989
|
pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest
|
2021-03-13 09:09:52 +01: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 |
|
R. RyanTM
|
dd7fae6a04
|
python37Packages.pytest-rerunfailures: 9.0 -> 9.1.1
|
2020-10-03 10:43:12 +00:00 |
|
Raphael Borun Das Gupta
|
f0cf89278e
|
pytest-rerunfailures: add das-g as maintainer
(cherry picked from commit 46821ede459fef99161805aa4000bc7ded25675c)
|
2020-06-12 12:26:39 -07:00 |
|
Raphael Borun Das Gupta
|
35a6dc658d
|
python3Packages.pytest-rerunfailures: 8.0 -> 9.0
fixes NixOS/nixpkgs#89508
(cherry picked from commit 53481e4bf033e50f41e4a9bb9bfe6a4ff2bb6a5d)
|
2020-06-12 12:13:14 -07:00 |
|
Frederik Rietdijk
|
6a078d5884
|
python: pytest-rerunfailures: 8.0 -> 9.0
|
2020-06-11 10:00:20 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
R. RyanTM
|
a63d4b59b6
|
python38Packages.pytest-rerunfailures: 7.0 -> 8.0
|
2019-11-28 22:33:15 -08:00 |
|
Christopher Chin
|
6fa01d5be0
|
pytest-rerunfailures: 6.0 -> 7.0 (#58710)
|
2019-04-02 23:41:01 +02:00 |
|
Jascha Geerds
|
ffedc3e4a9
|
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
|
2019-03-12 23:50:52 +01:00 |
|
Mario Rodas
|
93369a1b34
|
pythonPackages.pytest-rerunfailures: 4.2 -> 6.0
|
2019-01-11 19:39:01 -05:00 |
|
Frederik Rietdijk
|
1f52266d1d
|
python: pytest-rerunfailures: 4.1 -> 4.2
|
2018-12-03 16:50:34 +01:00 |
|
Uli Baum
|
0bda601ee5
|
pythonPackages.pytest-rerunfailures: fix build
some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
|
2018-09-13 17:48:38 +02:00 |
|
Frederik Rietdijk
|
8c95dce575
|
python: pytest-rerunfailures: 4.0 -> 4.1
|
2018-06-22 13:09:27 +02:00 |
|
Frederik Rietdijk
|
80cb0c39de
|
python.pkgs.pytest-rerunfailures: improve expression
|
2018-01-10 18:17:13 +01:00 |
|
Elis Hirwing
|
c7eadc3ce9
|
pytest-rerunfailures: 2.0.1 -> 4.0
|
2018-01-09 19:26:29 +01:00 |
|