AndersonTorres
587dcb590e
pythonPackages.pytest-dependency: fix commentary
2021-08-11 20:13:35 -03:00
Martin Weinelt
ec8267c539
Merge branch 'master' into staging-next
2021-03-21 02:22:36 +01:00
Anders Kaseorg
9716c4487e
python3Packages.pytest-dependency: Fix build with pytest ≥ 6.2.0
...
Commit 84d6dfc4aa
(#113382 ) bumped
pytest from 6.1.2 to 6.2.2 with insufficient testing, breaking
pytest-dependency. Fix it by pulling in the upstream patch.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-03-20 13:54:04 -07:00
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
Rakesh Gupta
2aa93eb730
pythonPackages.pytest-dependency: 0.4.0 -> 0.5.1
2020-06-08 19:33:07 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Mario Rodas
8d0e3ad603
pythonPackages.pytest-dependency: fix build
2019-04-26 14:29:10 -05:00
Mario Rodas
87d84a6397
pythonPackages.pytest-dependency: init at 0.4.0 ( #51912 )
2018-12-14 20:53:02 +01:00