Commit Graph

12 Commits

Author SHA1 Message Date
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +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
Frederik Rietdijk
33ddfcb8d9 python3Packages.pytest: 4.6.9 -> 4.6.11 2020-08-30 09:11:01 +02:00
Jonathan Ringer
ac2732e660 python2Packages.pytest: 4.6.8 -> 4.6.9 2020-05-11 22:13:16 +02:00
Domen Kožar
a63762ace8
Merge pull request #72091 from xwvvvvwx/reproducible-pytest4
python3Packages.pytest4: deterministic bytecode
2020-04-22 14:05:09 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
b95c9a3bfd python: pytest: 4.6.7 -> 4.6.8 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
1cee548428 python: pytest: 4.6.6 -> 4.6.7 2019-12-15 16:23:16 +01:00
David Terry
5cd5661378
python3Packages.pytest4: deterministic bytecode
For reasons that are not clear to me, the pytest4 check phase produces a
lot of non-deterministic bytecode files. This PR turns off bytecode
generation and disables a test that force enables bytecode generation.
2019-10-27 14:21:57 +01:00
Frederik Rietdijk
2ea05d40d4 python: pytest: 4.6.5 -> 4.6.6 2019-10-18 09:54:01 +02:00
Daniel Schaefer
cbab4663f3 paperless: Use pytest_4 in django-crispy-forms
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00